aboutsummaryrefslogtreecommitdiff
path: root/print/libgnomeprint/Makefile
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2008-02-12 21:41:07 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2008-02-12 21:41:07 +0000
commit69a554bac2779b8bae20c1c7dbb7de37fb77b788 (patch)
tree3c094de8a91e76908fe450c1ac7f291b72335bcd /print/libgnomeprint/Makefile
parentf52b562065c4483d5f166f9373a04ed91defe130 (diff)
downloadports-69a554bac2779b8bae20c1c7dbb7de37fb77b788.tar.gz
ports-69a554bac2779b8bae20c1c7dbb7de37fb77b788.zip
Notes
Diffstat (limited to 'print/libgnomeprint/Makefile')
-rw-r--r--print/libgnomeprint/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile
index f1033fa88ecc..85fdd7fda6ce 100644
--- a/print/libgnomeprint/Makefile
+++ b/print/libgnomeprint/Makefile
@@ -8,7 +8,7 @@
# NOTE: Remind to update comms/gfax plist when PORTVERSION change.
PORTNAME= libgnomeprint
-PORTVERSION= 2.18.3
+PORTVERSION= 2.18.4
PORTREVISION?= 0
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
@@ -41,7 +41,7 @@ PLIST_SUB= VERSION=${PORTVERSION} \
.include <bsd.port.pre.mk>
-.if defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so)
+.if (defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so)) && !defined(WITHOUT_CUPS)
CONFIGURE_ARGS+= --with-cups
LIB_DEPENDS+= gnomecups-1.0:${PORTSDIR}/print/libgnomecups
PLIST_SUB+= CUPS:=""