summaryrefslogtreecommitdiff
path: root/print/cups-pk-helper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/cups-pk-helper/Makefile')
-rw-r--r--print/cups-pk-helper/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups-pk-helper/Makefile b/print/cups-pk-helper/Makefile
index 2ef974c8e2ec..03467b2f783b 100644
--- a/print/cups-pk-helper/Makefile
+++ b/print/cups-pk-helper/Makefile
@@ -23,6 +23,7 @@ USE_GMAKE= yes
USE_GNOME= intlhack gtk20
USE_GETTEXT= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/libs"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/libs
.include <bsd.port.mk>