diff options
author | cperciva <cperciva@FreeBSD.org> | 2006-05-17 23:52:08 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2006-05-17 23:52:08 +0800 |
commit | 5c2b17f436f5e07b15277825cb8fca3a16739ef1 (patch) | |
tree | 9502e5366925d48b222cdd1fde2276e88bb01240 | |
parent | cc7cb99aa263eba3def83d7e06dfc0cc3d60992d (diff) | |
download | freebsd-ports-gnome-5c2b17f436f5e07b15277825cb8fca3a16739ef1.tar.gz freebsd-ports-gnome-5c2b17f436f5e07b15277825cb8fca3a16739ef1.tar.zst freebsd-ports-gnome-5c2b17f436f5e07b15277825cb8fca3a16739ef1.zip |
Attempt to unbreak ports INDEX build by connecting gstreamer-plugins-xvid
to the build. The multimedia/gstreamer-plugins-core port now depends
upon gstreamer-plugins-xvid.
Reported by: Portsnap buildbox
-rw-r--r-- | multimedia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index e7a0364b522a..c335d7cfdde9 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -71,6 +71,7 @@ SUBDIR += gstreamer-plugins-theora80 SUBDIR += gstreamer-plugins-ugly SUBDIR += gstreamer-plugins-x26480 + SUBDIR += gstreamer-plugins-xvid SUBDIR += gstreamer-plugins-xvid80 SUBDIR += gstreamer-plugins80 SUBDIR += gstreamer80 |