[Midnightbsd-cvs] mports [21150] trunk/net-im/farsight2/Makefile: fix python include
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Mar 13 11:12:59 EDT 2016
Revision: 21150
http://svnweb.midnightbsd.org/mports/?rev=21150
Author: laffer1
Date: 2016-03-13 11:12:59 -0400 (Sun, 13 Mar 2016)
Log Message:
-----------
fix python include
Modified Paths:
--------------
trunk/net-im/farsight2/Makefile
Modified: trunk/net-im/farsight2/Makefile
===================================================================
--- trunk/net-im/farsight2/Makefile 2016-03-13 15:12:24 UTC (rev 21149)
+++ trunk/net-im/farsight2/Makefile 2016-03-13 15:12:59 UTC (rev 21150)
@@ -2,7 +2,7 @@
PORTNAME= farsight2
PORTVERSION= 0.0.31
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-im devel
MASTER_SITES= http://www.freedesktop.org/software/farstream/releases/farsight2/ \
http://miwibox.org/distfiles/
@@ -10,6 +10,8 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Collection of GStreamer modules and libraries for videoconferencing
+LICENSE= lgpl
+
LIB_DEPENDS= libnice.so:${PORTSDIR}/net-im/libnice
RUN_DEPENDS= libnice-gst010>=0:${PORTSDIR}/net-im/libnice-gst010
@@ -16,7 +18,7 @@
USES= gettext libtool gmake pathfix pkgconfig python
USE_LDCONFIG= yes
USE_GNOME= glib20
-USE_GSTREAMER= core good bad python
+USE_GSTREAMER= core good bad
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
More information about the Midnightbsd-cvs
mailing list