diff options
author | kwm <kwm@FreeBSD.org> | 2014-02-20 04:21:58 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-02-20 04:21:58 +0800 |
commit | 79a8dd4ccd6bfe418cc44c68363dc99a85fba12c (patch) | |
tree | ac6878658d47b5af6f4b548eac349a175ea29b16 /x11-toolkits | |
parent | 670e197e4c42b9b970ea102ff13521f3e3c64cc2 (diff) | |
download | freebsd-ports-gnome-79a8dd4ccd6bfe418cc44c68363dc99a85fba12c.tar.gz freebsd-ports-gnome-79a8dd4ccd6bfe418cc44c68363dc99a85fba12c.tar.zst freebsd-ports-gnome-79a8dd4ccd6bfe418cc44c68363dc99a85fba12c.zip |
Stagify and strip library.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/pangox-compat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/pangox-compat/Makefile b/x11-toolkits/pangox-compat/Makefile index 77b25973f0ad..e021cf09ea36 100644 --- a/x11-toolkits/pangox-compat/Makefile +++ b/x11-toolkits/pangox-compat/Makefile @@ -21,6 +21,6 @@ USES= gmake pathfix pkgconfig USE_GNOME= glib20 pango CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip -NO_STAGE= yes .include <bsd.port.mk> |