diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-09 22:37:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-09 22:37:20 +0800 |
commit | cd99e3b461b878f2058faeb877b7931fa2281824 (patch) | |
tree | a5d1869b2d7ed27d23eaf542d02b7ec7cf73ec46 /net-im | |
parent | 6b2fadd08be60441c7a675ac3eb42d0ecc648adf (diff) | |
download | freebsd-ports-gnome-cd99e3b461b878f2058faeb877b7931fa2281824.tar.gz freebsd-ports-gnome-cd99e3b461b878f2058faeb877b7931fa2281824.tar.zst freebsd-ports-gnome-cd99e3b461b878f2058faeb877b7931fa2281824.zip |
- Stage support
- Convert to uses
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/farsight2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-im/farsight2/Makefile b/net-im/farsight2/Makefile index 21663af3ba2a..365e21b568ae 100644 --- a/net-im/farsight2/Makefile +++ b/net-im/farsight2/Makefile @@ -15,8 +15,7 @@ LIB_DEPENDS= nice:${PORTSDIR}/net-im/libnice CONFLICTS= farstream-[0-9]* -USES= pkgconfig gettext -USE_GMAKE= yes +USES= pkgconfig gettext gmake USE_LDCONFIG= yes USE_PYTHON= yes USE_GNOME= gnomehack glib20 ltverhack @@ -25,5 +24,4 @@ USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.mk> |