summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-11 14:21:12 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-11 14:21:12 +0000
commit240575cd17d840baddb8e9e858d7056aeb70ebf0 (patch)
treedc8cb3e6e84e5ddce39cdc33fae065f41e880b3d /devel
parent- Make shebang a warning for now, too many false-positives in files we (diff)
Support stage
Notes
Notes: svn path=/head/; revision=350960
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>