diff options
Diffstat (limited to 'graphics/epeg/Makefile')
-rw-r--r-- | graphics/epeg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/epeg/Makefile b/graphics/epeg/Makefile index 01e5f99..00cc260 100644 --- a/graphics/epeg/Makefile +++ b/graphics/epeg/Makefile @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes USE_BZIP2= yes USE_GNOME= gnomehack USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include .include <bsd.port.mk> |