diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-11 22:21:12 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-11 22:21:12 +0800 |
commit | f1c601afd7d64c83f4d62812b098348c431a925a (patch) | |
tree | dc8cb3e6e84e5ddce39cdc33fae065f41e880b3d /devel | |
parent | c8952ddea372dafcc6624d4fc426e1356f5883df (diff) | |
download | freebsd-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/Makefile | 4 |
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> |