diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-31 04:16:12 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-31 04:16:12 +0800 |
commit | e6ac6cc65425baedbee1de6d87ad2c97b63dca26 (patch) | |
tree | f2f7a55cf58fe26091af6efc3a983528a8cf4480 | |
parent | 7ea3103dd419f956822c944a60b5d43c8907ad35 (diff) | |
download | marcuscom-ports-e6ac6cc65425baedbee1de6d87ad2c97b63dca26.tar marcuscom-ports-e6ac6cc65425baedbee1de6d87ad2c97b63dca26.tar.gz marcuscom-ports-e6ac6cc65425baedbee1de6d87ad2c97b63dca26.tar.bz2 marcuscom-ports-e6ac6cc65425baedbee1de6d87ad2c97b63dca26.tar.lz marcuscom-ports-e6ac6cc65425baedbee1de6d87ad2c97b63dca26.tar.xz marcuscom-ports-e6ac6cc65425baedbee1de6d87ad2c97b63dca26.tar.zst marcuscom-ports-e6ac6cc65425baedbee1de6d87ad2c97b63dca26.zip |
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9280 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/evince/Makefile | 5 | ||||
-rw-r--r-- | graphics/jumpgis/Makefile | 2 | ||||
-rw-r--r-- | mail/evolution/Makefile | 4 |
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 |