summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphics/evince/Makefile5
-rw-r--r--graphics/jumpgis/Makefile2
-rw-r--r--mail/evolution/Makefile4
3 files changed, 5 insertions, 6 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile
index 8b42f4a5c..1591a0ae6 100644
--- a/graphics/evince/Makefile
+++ b/graphics/evince/Makefile
@@ -3,7 +3,7 @@
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/evince/Makefile,v 1.72 2007/07/09 00:27:02 ahze Exp $
+# $MCom: ports/graphics/evince/Makefile,v 1.73 2007/07/10 13:37:23 ahze Exp $
#
PORTNAME= evince
@@ -46,8 +46,7 @@ OPTIONS= DVI "Enable DVI viewer support" off \
.include <bsd.port.pre.mk>
-.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) \
- || exists(${LOCALBASE}/lib/libdbus-glib-1.so)
+.if defined(PACKAGE_BUILDING) || exists(${LOCALBASE}/lib/libdbus-glib-1.so)
WITH_DBUS= yes
.endif
diff --git a/graphics/jumpgis/Makefile b/graphics/jumpgis/Makefile
index b8caf51b7..7e2b76162 100644
--- a/graphics/jumpgis/Makefile
+++ b/graphics/jumpgis/Makefile
@@ -8,7 +8,7 @@
PORTNAME= jumpgis
PORTVERSION= 1.1.2
PORTREVISION= 4
-CATEGORIES= graphics java
+CATEGORIES= graphics java geography
MASTER_SITES= http://www.jump-project.org/downloads/jump/:main \
http://people.tecnik93.com/~sam/ports/:extra
DISTFILES= jump-${PORTVERSION}.zip:main \
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile
index da320696f..d112bb867 100644
--- a/mail/evolution/Makefile
+++ b/mail/evolution/Makefile
@@ -3,7 +3,7 @@
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/mail/evolution/Makefile,v 1.142 2007/06/19 05:46:57 marcus Exp $
+# $MCom: ports/mail/evolution/Makefile,v 1.143 2007/07/10 17:23:18 marcus Exp $
#
PORTNAME= evolution
@@ -58,7 +58,7 @@ OPTIONS= PILOT "Enable Palm Pilot sync support" off \
USE_LDCONFIG= ${PREFIX}/lib/evolution/${EVO_VERSION}
.include "${PORTSDIR}/misc/ldconfig_compat/bsd.ldconfig.mk"
-.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
+.if defined(PACKAGE_BUILDING)
WITH_DBUS= yes
.endif