diff options
Diffstat (limited to 'print/system-config-printer/Makefile')
-rw-r--r-- | print/system-config-printer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/system-config-printer/Makefile b/print/system-config-printer/Makefile index ccc887672962..9f07b114a8f8 100644 --- a/print/system-config-printer/Makefile +++ b/print/system-config-printer/Makefile @@ -33,7 +33,8 @@ USE_PYTHON= 2.6+ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GETTEXT= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib USE_GNOME= pygtk2 MAN1= system-config-printer-applet.1 system-config-printer.1 PLIST_SUB= PYTHON_VER=${PYTHON_VERSION:S/python//} |