From ac5d8b52594d5fdd6fa85c07fb28734fa4031c61 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 5 Oct 2002 21:38:10 +0000 Subject: 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. --- print/gutenprint-base/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'print/gutenprint-base') 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 -- cgit v1.2.3