diff options
Diffstat (limited to 'multimedia/py-gstreamer')
-rw-r--r-- | multimedia/py-gstreamer/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/py-gstreamer/Makefile b/multimedia/py-gstreamer/Makefile index 6af9c48fb3c5..0a58a39b11ef 100644 --- a/multimedia/py-gstreamer/Makefile +++ b/multimedia/py-gstreamer/Makefile @@ -16,17 +16,19 @@ DISTNAME= gst-python-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= A set of Python bindings for gstreamer +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 -LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING USE_PYTHON= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= pygobject gnomehack pkgconfig USE_GSTREAMER= yes GNU_CONFIGURE= yes +WITH_FBSD10_FIX=yes PLIST_SUB= VERSION="${GST_VERSION}" CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE} ${PTHREAD_LIBS} |