diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-25 02:49:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-25 02:49:48 +0800 |
commit | 69fac681e60ac0b78138b1968b4986581cc05ebe (patch) | |
tree | 8da8f32da314f031de8c53ff1b1351ded725192b /multimedia/gstreamer-plugins-core80 | |
parent | 4ee069b7e7df8115e2e4d2392c8de95c1b12a9d3 (diff) | |
download | marcuscom-ports-69fac681e60ac0b78138b1968b4986581cc05ebe.tar marcuscom-ports-69fac681e60ac0b78138b1968b4986581cc05ebe.tar.gz marcuscom-ports-69fac681e60ac0b78138b1968b4986581cc05ebe.tar.bz2 marcuscom-ports-69fac681e60ac0b78138b1968b4986581cc05ebe.tar.lz marcuscom-ports-69fac681e60ac0b78138b1968b4986581cc05ebe.tar.xz marcuscom-ports-69fac681e60ac0b78138b1968b4986581cc05ebe.tar.zst marcuscom-ports-69fac681e60ac0b78138b1968b4986581cc05ebe.zip |
Correct GST_DIR after PORTVERSION change.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5527 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins-core80')
-rw-r--r-- | multimedia/gstreamer-plugins-core80/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins-core80/Makefile b/multimedia/gstreamer-plugins-core80/Makefile index c702290f7..a996c7e60 100644 --- a/multimedia/gstreamer-plugins-core80/Makefile +++ b/multimedia/gstreamer-plugins-core80/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer-plugins-core80/Makefile,v 1.2 2006/01/22 13:57:13 ahze Exp $ +# $MCom: ports/multimedia/gstreamer-plugins-core80/Makefile,v 1.3 2006/01/23 23:29:39 marcus Exp $ PORTNAME= gstreamer-plugins-core80 PORTVERSION= 0.8.11 @@ -19,7 +19,7 @@ COMMENT= Core set of typical audio and video gstreamer-plugins USE_X_PREFIX= yes NO_BUILD= yes -GST_DIR= lib/gstreamer-${PORTVERSION} +GST_DIR= lib/gstreamer-${GST80_VERSION} PLIST_FILES= ${GST_DIR}/.gstreamer-plugins-core.keep WANT_GSTREAMER= yes |