diff options
-rw-r--r-- | devel/libdap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libdap/Makefile b/devel/libdap/Makefile index b9b63e168462..47a489336cb4 100644 --- a/devel/libdap/Makefile +++ b/devel/libdap/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib +MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} USE_LDCONFIG= yes USES= charsetfix gmake pathfix |