diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-07 16:08:32 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-07 16:08:32 +0000 |
commit | 513ec18f0b9556e009a65069c491dde1f9e1d808 (patch) | |
tree | 8eb62a9192250dc0aab5d3a97fab84eaf050e02b | |
parent | baa97dd408d5728e2c7e79af3f461bf4905816f6 (diff) | |
download | ports-513ec18f0b9556e009a65069c491dde1f9e1d808.tar.gz ports-513ec18f0b9556e009a65069c491dde1f9e1d808.zip |
- Strip library
Notes
Notes:
svn path=/head/; revision=388729
-rw-r--r-- | textproc/xmlwrapp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xmlwrapp/Makefile b/textproc/xmlwrapp/Makefile index a088d484bf7e..c8bd803d2439 100644 --- a/textproc/xmlwrapp/Makefile +++ b/textproc/xmlwrapp/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmlwrapp PORTVERSION= 0.7.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= SF @@ -27,6 +27,7 @@ USE_GNOME= libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lboost_system |