diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-06-28 11:58:22 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-06-28 11:58:22 +0000 |
commit | d565cc8d6b319cccb2d36cf0adc52704c5dbd63f (patch) | |
tree | fa03b49acceed22be592c9c982a6bb07308b5980 /devel | |
parent | - add patch for 64bit architectures (diff) |
Fix plist on SDL
Fix depends on mpeg2enc
Reported by: pav
Notes
Notes:
svn path=/head/; revision=194375
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gstreamer-plugins-sdl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gstreamer-plugins-sdl/Makefile b/devel/gstreamer-plugins-sdl/Makefile index e5618413a71b..0352a25d781d 100644 --- a/devel/gstreamer-plugins-sdl/Makefile +++ b/devel/gstreamer-plugins-sdl/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel COMMENT= Gstreamer SDL plugin |