diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-02-19 20:21:58 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-02-19 20:21:58 +0000 |
commit | ba451907ecc541af6f19a9dd12c0efc4122b9bfb (patch) | |
tree | ac6878658d47b5af6f4b548eac349a175ea29b16 /x11-toolkits | |
parent | 87b8049a5ae4c5ed0a9f1c96adb9045fcfa1096f (diff) | |
download | ports-ba451907ecc541af6f19a9dd12c0efc4122b9bfb.tar.gz ports-ba451907ecc541af6f19a9dd12c0efc4122b9bfb.zip |
Notes
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> |