summaryrefslogtreecommitdiff
path: root/print/pslib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/pslib/Makefile')
-rw-r--r--print/pslib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/pslib/Makefile b/print/pslib/Makefile
index bee616fa51e1..b7cb9910d558 100644
--- a/print/pslib/Makefile
+++ b/print/pslib/Makefile
@@ -22,8 +22,8 @@ USE_GNOME= gnomehack intlhack pkgconfig
USE_GETTEXT= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -lintl"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib -lintl
USE_LDCONFIG= yes
OPTIONS= EXAMPLES "Install additional examples" On \