aboutsummaryrefslogtreecommitdiff
path: root/print/gtklp
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-05-16 13:28:48 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-05-16 13:28:48 +0000
commitda71b324aea9252627be249688d5d1bed5e74cce (patch)
treec9e1d0fecbb2f918eeba256086ffb65490743f01 /print/gtklp
parent2ddaad282d29b39b98e4d8ef424df4e204b9a42d (diff)
downloadports-da71b324aea9252627be249688d5d1bed5e74cce.tar.gz
ports-da71b324aea9252627be249688d5d1bed5e74cce.zip
- fix build
- use cups-client
Notes
Notes: svn path=/head/; revision=233996
Diffstat (limited to 'print/gtklp')
-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