aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--print/gtklp/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/print/gtklp/Makefile b/print/gtklp/Makefile
index ab6913506afb..3a9ffc2d53d8 100644
--- a/print/gtklp/Makefile
+++ b/print/gtklp/Makefile
@@ -15,17 +15,18 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A gtk interface to cups
-LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
+LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-client
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_GNOME= gnometarget gtk20
USE_GETTEXT= yes
USE_OPENSSL= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib
+USE_AUTOTOOLS= automake:19:env
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}"
MAN1= gtklp.1 gtklpq.1