aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins80
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-08-09 15:26:08 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-08-09 15:26:08 +0000
commit76e4f2995040c8518a4e2a410678390fd761b267 (patch)
tree035d1dc90ef7397780adf3e9c0d0bb428cefe70a /multimedia/gstreamer-plugins80
parente6880adb0c985322a4b08fe8f200567b49134288 (diff)
downloadports-76e4f2995040c8518a4e2a410678390fd761b267.tar.gz
ports-76e4f2995040c8518a4e2a410678390fd761b267.zip
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins80')
-rw-r--r--multimedia/gstreamer-plugins80/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile
index f1cc39e0b6bc..69ecd08f239a 100644
--- a/multimedia/gstreamer-plugins80/Makefile
+++ b/multimedia/gstreamer-plugins80/Makefile
@@ -3,13 +3,12 @@
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/multimedia/gstreamer-plugins80/Makefile,v 1.62 2006/07/17 05:15:45 ahze Exp $
+# $MCom: ports/multimedia/gstreamer-plugins80/Makefile,v 1.60 2006/04/23 22:55:30 mezz Exp $
#
PORTNAME= gstreamer
PORTVERSION= 0.8.12
-PORTREVISION?= 2
-PORTEPOCH= 1
+PORTREVISION?= 3
CATEGORIES?= multimedia audio
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://gstreamer.freedesktop.org/src/gst-plugins/
@@ -28,7 +27,7 @@ SHLIB_VERSION= 1
VERSION= 0.8
WANT_GSTREAMER= yes
-USE_XLIB= yes
+USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_GETTEXT= yes
@@ -159,7 +158,7 @@ post-install:
. endfor
.endif
# register plugins
- -@${LOCALBASE}/bin/gst-register-${VERSION} \
+ -@${X11BASE}/bin/gst-register-${VERSION} \
--gst-registry=${PREFIX}/share/gnome/cache/gstreamer-${VERSION}/registry.xml 2>/dev/null
.include <bsd.port.post.mk>