diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-10 22:32:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-10 22:32:08 +0800 |
commit | 12b080b254a6a0d344be511b1c0141cebd5a46d0 (patch) | |
tree | 97a844cbc99494221748f38bce1de753d9fef91b /science | |
parent | 98443149077d0ac6a3797e70f21142d259c2a8e9 (diff) | |
download | freebsd-ports-gnome-12b080b254a6a0d344be511b1c0141cebd5a46d0.tar.gz freebsd-ports-gnome-12b080b254a6a0d344be511b1c0141cebd5a46d0.tar.zst freebsd-ports-gnome-12b080b254a6a0d344be511b1c0141cebd5a46d0.zip |
- Strip shared library
Diffstat (limited to 'science')
-rw-r--r-- | science/udunits/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/udunits/Makefile b/science/udunits/Makefile index f43cdefc6eae..f6e4cc9f15ea 100644 --- a/science/udunits/Makefile +++ b/science/udunits/Makefile @@ -16,6 +16,7 @@ LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 CONFIGURE_ENV= ac_cv_header_CUnit_CUnit_h=no CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} USE_AUTOTOOLS= libtool USE_LDCONFIG= yes |