aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-04-11 22:21:12 +0800
committerbapt <bapt@FreeBSD.org>2014-04-11 22:21:12 +0800
commitf1c601afd7d64c83f4d62812b098348c431a925a (patch)
treedc8cb3e6e84e5ddce39cdc33fae065f41e880b3d /devel
parentc8952ddea372dafcc6624d4fc426e1356f5883df (diff)
downloadfreebsd-ports-gnome-f1c601afd7d64c83f4d62812b098348c431a925a.tar.gz
freebsd-ports-gnome-f1c601afd7d64c83f4d62812b098348c431a925a.tar.zst
freebsd-ports-gnome-f1c601afd7d64c83f4d62812b098348c431a925a.zip
Support stage
Diffstat (limited to 'devel')
-rw-r--r--devel/gnome-vfs-monikers/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gnome-vfs-monikers/Makefile b/devel/gnome-vfs-monikers/Makefile
index 59f34db5344e..a93bdcb86629 100644
--- a/devel/gnome-vfs-monikers/Makefile
+++ b/devel/gnome-vfs-monikers/Makefile
@@ -12,10 +12,10 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Gnome-vfs monikers module
USE_GNOME= gnomevfs2 libbonobo
-USES= gmake pkgconfig
+USES= gmake libtool pkgconfig
+INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib #-pthread
-NO_STAGE= yes
.include <bsd.port.mk>