diff options
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> |