summaryrefslogtreecommitdiffstats
path: root/print/cups-pk-helper
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2012-09-02 07:02:13 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2012-09-02 07:02:13 +0800
commita9b346a7e03e2403576d122a934a2c4aef545838 (patch)
treed0131fffa0ab197df4d480930568a3c403117642 /print/cups-pk-helper
parent044a08d239fc66906b2c14a4e2decdc3e1e065b9 (diff)
downloadmarcuscom-ports-a9b346a7e03e2403576d122a934a2c4aef545838.tar
marcuscom-ports-a9b346a7e03e2403576d122a934a2c4aef545838.tar.gz
marcuscom-ports-a9b346a7e03e2403576d122a934a2c4aef545838.tar.bz2
marcuscom-ports-a9b346a7e03e2403576d122a934a2c4aef545838.tar.lz
marcuscom-ports-a9b346a7e03e2403576d122a934a2c4aef545838.tar.xz
marcuscom-ports-a9b346a7e03e2403576d122a934a2c4aef545838.tar.zst
marcuscom-ports-a9b346a7e03e2403576d122a934a2c4aef545838.zip
Sync w/ FreeBSD ports. x11 and x11-* left to go.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17058 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print/cups-pk-helper')
-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 b3896fd1e..4271e8b74 100644
--- a/print/cups-pk-helper/Makefile
+++ b/print/cups-pk-helper/Makefile
@@ -3,7 +3,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/print/cups-pk-helper/Makefile,v 1.6 2011/09/13 18:10:27 kwm Exp $
+# $MCom: ports/print/cups-pk-helper/Makefile,v 1.7 2011/09/17 20:51:04 kwm Exp $
PORTNAME= cups-pk-helper
PORTVERSION= 0.2.0
@@ -22,7 +22,7 @@ USE_GMAKE= yes
USE_GNOME= gnomehack intlhack glib20
USE_GETTEXT= yes
GNU_CONFIGURE= yes
-CPPFLAGS= -I${LOCALBASE}/include
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/libs"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/libs
.include <bsd.port.mk>