diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-18 10:35:53 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-18 10:35:53 +0000 |
commit | c9442dd906a75171e6834418d14a3c00b2bb9ea2 (patch) | |
tree | 02934545c8d2c3b54afdf3b4308e386cae976183 /devel/libdap | |
parent | 293167d5b4cf1535562e0754324ce64f78d1849d (diff) |
Notes
Diffstat (limited to 'devel/libdap')
-rw-r--r-- | devel/libdap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libdap/Makefile b/devel/libdap/Makefile index a7e34b5d8851..82562e9736ea 100644 --- a/devel/libdap/Makefile +++ b/devel/libdap/Makefile @@ -18,8 +18,8 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip LDFLAGS+= -L${LOCALBASE}/lib -MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} USE_LDCONFIG= yes USES= charsetfix gmake libtool pathfix |