diff options
Diffstat (limited to 'www/libepc')
-rw-r--r-- | www/libepc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/libepc/Makefile b/www/libepc/Makefile index d4489817113b..cb5f18dbb217 100644 --- a/www/libepc/Makefile +++ b/www/libepc/Makefile @@ -24,8 +24,8 @@ USE_GETTEXT= yes USE_GNOME= gnomeprefix gnomehack gtk20 USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-static .include <bsd.port.mk> |