summaryrefslogtreecommitdiff
path: root/print/gutenprint-base
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-05 21:38:10 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-05 21:38:10 +0000
commitac5d8b52594d5fdd6fa85c07fb28734fa4031c61 (patch)
tree891d93757c23d517ca7f9133a0a29430fd52ef94 /print/gutenprint-base
parentMark BROKEN on 4.x; does not compile (diff)
Fix port and remove BROKEN tag. The LIB_DEPENDS were being set with =
instead of += and so some of the dependencies were not being added.
Notes
Notes: svn path=/head/; revision=67402
Diffstat (limited to 'print/gutenprint-base')
-rw-r--r--print/gutenprint-base/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/print/gutenprint-base/Makefile b/print/gutenprint-base/Makefile
index f7640965b269..b3f2274bb2e5 100644
--- a/print/gutenprint-base/Makefile
+++ b/print/gutenprint-base/Makefile
@@ -12,8 +12,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= dgilbert@velocet.ca
-BROKEN= "Configure fails"
-
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
USE_GMAKE= yes
@@ -30,7 +28,7 @@ MAN8= cups-calibrate.8
.if defined(WITHOUT_CUPS)
PLIST_SUB+= CUPS="@comment "
.else
-LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
+LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
CONFIGURE_ARGS+= --with-cups=${PREFIX}
PLIST_SUB+= CUPS=""
.endif
@@ -38,7 +36,7 @@ PLIST_SUB+= CUPS=""
.if defined(WITHOUT_IJS)
PLIST_SUB+= IJS="@comment "
.else
-LIB_DEPENDS= ijs.1:${PORTSDIR}/print/libijs
+LIB_DEPENDS+= ijs.1:${PORTSDIR}/print/libijs
CONFIGURE_ARGS+= --with-ijs=yes
PLIST_SUB+= IJS=""
.endif