summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2004-12-29 13:08:15 +0000
committerKoop Mast <kwm@FreeBSD.org>2004-12-29 13:08:15 +0000
commitb3bf3f5a5aca97632afea9714d70b7edf1ef71f0 (patch)
tree1f4132e7ec36fa6ea2b48d3a38403569b30937d3 /multimedia/gstreamer
parentFix the build on FreeBSD versions around 5.2 when EAI_NODATA was (diff)
Remove USE_REINPLACE=yes, we don't use it anymore [1].
Remove USE_PYTHON=yes [1]. Remove optional libgnomeui dependencie. Its only used for the examples. And we don't build those [2]. Discussed with: maintainer [1],[2]. Submitted by: bland [1] Approved by: maintainer (implicit)
Notes
Notes: svn path=/head/; revision=125430
Diffstat (limited to 'multimedia/gstreamer')
-rw-r--r--multimedia/gstreamer/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/multimedia/gstreamer/Makefile b/multimedia/gstreamer/Makefile
index ef32908088ef..3ebee5b497aa 100644
--- a/multimedia/gstreamer/Makefile
+++ b/multimedia/gstreamer/Makefile
@@ -21,9 +21,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
USE_X_PREFIX= yes
USE_BISON= yes
USE_BZIP2= yes
-USE_PYTHON= yes
USE_GMAKE= yes
-USE_REINPLACE= yes
WANT_GNOME= yes
USE_GNOME= gnomehack \
gnomeprefix \
@@ -31,6 +29,7 @@ USE_GNOME= gnomehack \
libxml2
USE_LIBTOOL_VER=15
CONFIGURE_ARGS= --disable-tests \
+ --disable-examples \
--disable-docs-build \
--disable-failing-tests
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
@@ -57,10 +56,4 @@ post-install:
-@${PREFIX}/bin/gst-register-${GST_VERSION} \
--gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${GST_VERSION}/registry.xml 2>/dev/null
-.include <bsd.port.pre.mk>
-
-.if ${HAVE_GNOME:Mlibgnomeui}!=""
-USE_GNOME+= libgnomeui
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>