diff options
author | anholt <anholt@FreeBSD.org> | 2006-11-22 04:58:13 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2006-11-22 04:58:13 +0800 |
commit | 9a4493aca1667e4e3fc991e1f7d8092adcd846c2 (patch) | |
tree | 73d20a51dba186f462577a66640eba894fbf9b0b | |
parent | 6c8d66ef68f833c86607237acd1ef370a8a488d9 (diff) | |
download | freebsd-ports-gnome-9a4493aca1667e4e3fc991e1f7d8092adcd846c2.tar.gz freebsd-ports-gnome-9a4493aca1667e4e3fc991e1f7d8092adcd846c2.tar.zst freebsd-ports-gnome-9a4493aca1667e4e3fc991e1f7d8092adcd846c2.zip |
Hopefully fix gstreamer dependency so swfdec-mozilla-player gets built.
Reported by: kris
-rw-r--r-- | www/swfdec-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/swfdec-plugin/Makefile b/www/swfdec-plugin/Makefile index 3c2e352cd5c5..e318ce1df21b 100644 --- a/www/swfdec-plugin/Makefile +++ b/www/swfdec-plugin/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/mozilla-plugin${HEADERS_SUFX}.pc:${P USE_SDL= sdl USE_GNOME= gnomehack gtk20 libartlgpl2 -USE_GSTREAMER80= gconf +USE_GSTREAMER= yes USE_GETOPT_LONG= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ |