summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins-all
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-07-13 06:40:56 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-07-13 06:40:56 +0000
commite90b7dea6f1b8a430a663bf45a1e11131feb9a01 (patch)
tree684ded17e4019b8d88b57ff066a26b5d142f96d4 /multimedia/gstreamer-plugins-all
parent- Bump PORTREVISION for last commit from lib ver bump of libcdio (diff)
- Readd PORTREVISION?= to gstreamer-plugins so I can bump
gstreamer-plugins-libcdio without bumping everything. - Add PORTREVISION= 1 to each gstreamer-plugins so version doesn't go backwards.
Notes
Notes: svn path=/head/; revision=139033
Diffstat (limited to 'multimedia/gstreamer-plugins-all')
-rw-r--r--multimedia/gstreamer-plugins-all/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins-all/Makefile b/multimedia/gstreamer-plugins-all/Makefile
index b86728d82948..58de17d4b22f 100644
--- a/multimedia/gstreamer-plugins-all/Makefile
+++ b/multimedia/gstreamer-plugins-all/Makefile
@@ -35,7 +35,7 @@ WITHOUT_SWFDEC= yes # Depeneds on liboil, does not build on 4.x
.if !defined(WITHOUT_SHOUT) && !defined(WITHOUT_SHOUT2)
WITHOUT_SHOUT= yes
.endif
-# Jpeg & Jpeg-mmx conflicts
+# Jpeg & Jpeg-mmx Conflict
.if ${ARCH}!="i386"
WITHOUT_JPEG-MMX= yes
.else