diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-09-08 18:32:13 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-09-08 18:32:13 +0000 |
commit | 9e8d18edb23f1dda72fe10f16f512c1de3dec594 (patch) | |
tree | 9ef146d81313c2de9d4604732e47860d097c6c0e /graphics/gstreamer-plugins-cairo80 | |
parent | 1aa98708841f19cf8e652f10d77921cad386aec1 (diff) | |
download | ports-9e8d18edb23f1dda72fe10f16f512c1de3dec594.tar.gz ports-9e8d18edb23f1dda72fe10f16f512c1de3dec594.zip |
Notes
Diffstat (limited to 'graphics/gstreamer-plugins-cairo80')
-rw-r--r-- | graphics/gstreamer-plugins-cairo80/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gstreamer-plugins-cairo80/Makefile b/graphics/gstreamer-plugins-cairo80/Makefile index 1c273bae8a82..5ca6a5d96a36 100644 --- a/graphics/gstreamer-plugins-cairo80/Makefile +++ b/graphics/gstreamer-plugins-cairo80/Makefile @@ -6,7 +6,7 @@ # CATEGORIES= graphics -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= Gstreamer vector graphics plugin @@ -14,6 +14,6 @@ GST_PLUGIN= cairo MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins -IGNORE= Cairo needs to be updated to 0.5 for plugin to work. +IGNORE= Cairo needs to be updated to 1.0 for plugin to work. .include "${MASTERDIR}/Makefile" |