aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-05-07 03:35:34 +0800
committerpav <pav@FreeBSD.org>2004-05-07 03:35:34 +0800
commit50f19019ab8b4be06345305a6d009ab3abf9e483 (patch)
tree7d26ca87a8d58a688dd79f8dc83645caf64bba44 /multimedia
parent6bc4dec24c91b61e88cec72a0befe95b51e9bfde (diff)
downloadfreebsd-ports-gnome-50f19019ab8b4be06345305a6d009ab3abf9e483.tar.gz
freebsd-ports-gnome-50f19019ab8b4be06345305a6d009ab3abf9e483.tar.zst
freebsd-ports-gnome-50f19019ab8b4be06345305a6d009ab3abf9e483.zip
- Fix a braino from marcuscom's rev 1.31 of this file
When WITH_XVID is defined (throught autodetection), packing list is broken because %%XVID%% substitution is not defined. Reported by: clement For record, the reason to disable xvid is: We need xvid 1.0.0beta3 at least to build the xvid plug-in.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer-plugins/Makefile6
-rw-r--r--multimedia/gstreamer-plugins80/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile
index ed3c29928557..2b7606b156e3 100644
--- a/multimedia/gstreamer-plugins/Makefile
+++ b/multimedia/gstreamer-plugins/Makefile
@@ -792,14 +792,14 @@ PLIST_SUB+= XINE=""
.endif
# xvid
-.ifndef(WITH_XVID)
+#.ifndef(WITH_XVID)
CONFIGURE_ARGS+= --disable-xvid
PLIST_SUB+= XVID="@comment "
-.undef WITH_XVID
+#.undef WITH_XVID
#.else
#LIB_DEPENDS+= xvidcore.2:${PORTSDIR}/multimedia/xvid
#PLIST_SUB+= XVID=""
-.endif
+#.endif
pre-everything::
.ifndef(WITH_AALIB)
diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile
index ed3c29928557..2b7606b156e3 100644
--- a/multimedia/gstreamer-plugins80/Makefile
+++ b/multimedia/gstreamer-plugins80/Makefile
@@ -792,14 +792,14 @@ PLIST_SUB+= XINE=""
.endif
# xvid
-.ifndef(WITH_XVID)
+#.ifndef(WITH_XVID)
CONFIGURE_ARGS+= --disable-xvid
PLIST_SUB+= XVID="@comment "
-.undef WITH_XVID
+#.undef WITH_XVID
#.else
#LIB_DEPENDS+= xvidcore.2:${PORTSDIR}/multimedia/xvid
#PLIST_SUB+= XVID=""
-.endif
+#.endif
pre-everything::
.ifndef(WITH_AALIB)