aboutsummaryrefslogtreecommitdiff
path: root/print/cups-pk-helper/Makefile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-25 15:18:27 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-25 15:18:27 +0000
commita6d2f30533e141f8a5dc3d20b01d58339654c5cf (patch)
treec350c4abc20ce22bda0b7dba0636816742669bc8 /print/cups-pk-helper/Makefile
parentac56971df4fe7c1fad64354371b6054246299b18 (diff)
downloadports-a6d2f30533e141f8a5dc3d20b01d58339654c5cf.tar.gz
ports-a6d2f30533e141f8a5dc3d20b01d58339654c5cf.zip
Notes
Diffstat (limited to 'print/cups-pk-helper/Makefile')
-rw-r--r--print/cups-pk-helper/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/cups-pk-helper/Makefile b/print/cups-pk-helper/Makefile
index 1296d2b54985..08e5292ebaaf 100644
--- a/print/cups-pk-helper/Makefile
+++ b/print/cups-pk-helper/Makefile
@@ -13,11 +13,11 @@ COMMENT= Helper that makes system-config-printer use PolicyKit
LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client \
libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit
-USE_GNOME= glib20 intlhack
-USES= gettext gmake pathfix pkgconfig tar:xz
+USE_GNOME= glib20 intltool
+USES= gettext gmake pkgconfig tar:xz
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/libs
+LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
.include <bsd.port.mk>