diff options
Diffstat (limited to 'print/libspectre/Makefile')
-rw-r--r-- | print/libspectre/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/libspectre/Makefile b/print/libspectre/Makefile index 4c9e1d0..adff557 100644 --- a/print/libspectre/Makefile +++ b/print/libspectre/Makefile @@ -19,6 +19,7 @@ USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USE_GNOME= gnomehack gnomeprefix ltverhack USE_GHOSTSCRIPT=yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.mk> |