diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-11-08 22:52:12 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-11-08 22:52:12 +0800 |
commit | 023262adeaa5a164b7d87efb6b3c285036a27318 (patch) | |
tree | 65541633078043e3270089652dbbd3b56b1cb480 | |
parent | c6ddc41677ea696293fa1b6218ad366f7f675fd6 (diff) | |
download | marcuscom-ports-023262adeaa5a164b7d87efb6b3c285036a27318.tar marcuscom-ports-023262adeaa5a164b7d87efb6b3c285036a27318.tar.gz marcuscom-ports-023262adeaa5a164b7d87efb6b3c285036a27318.tar.bz2 marcuscom-ports-023262adeaa5a164b7d87efb6b3c285036a27318.tar.lz marcuscom-ports-023262adeaa5a164b7d87efb6b3c285036a27318.tar.xz marcuscom-ports-023262adeaa5a164b7d87efb6b3c285036a27318.tar.zst marcuscom-ports-023262adeaa5a164b7d87efb6b3c285036a27318.zip |
Make sure we pull in introspection at build.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18869 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net-im/farstream/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/farstream/Makefile b/net-im/farstream/Makefile index 86418cb9c..0747f9cc0 100644 --- a/net-im/farstream/Makefile +++ b/net-im/farstream/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/net-im/farstream/Makefile 18610 2013-06-30 16:33:05Z marcus $ +# $MCom$ PORTNAME= farstream PORTVERSION= 0.2.3 @@ -16,7 +16,7 @@ RUN_DEPENDS= libnice-gst1>=0:${PORTSDIR}/net-im/libnice-gst1 USE_LDCONFIG= yes USE_PYTHON= yes USES= gettext gmake pathfix pkgconfig -USE_GNOME= glib20 ltverhack +USE_GNOME= glib20 ltverhack introspection:build USE_GSTREAMER1= good bad USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include |