diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-08 00:08:32 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-08 00:08:32 +0800 |
commit | 1b4d700551677f5b0c7dbec78cb6dd98d88ccd90 (patch) | |
tree | 8eb62a9192250dc0aab5d3a97fab84eaf050e02b /textproc | |
parent | dd05c97d7e7c39aac7342ac18d8deac37dc462cc (diff) | |
download | freebsd-ports-gnome-1b4d700551677f5b0c7dbec78cb6dd98d88ccd90.tar.gz freebsd-ports-gnome-1b4d700551677f5b0c7dbec78cb6dd98d88ccd90.tar.zst freebsd-ports-gnome-1b4d700551677f5b0c7dbec78cb6dd98d88ccd90.zip |
- Strip library
Diffstat (limited to 'textproc')
-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 |