diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-02-11 17:52:16 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-02-11 17:52:16 +0000 |
commit | db6a2d08f1c03a79bb9818f380ba7133a9875d45 (patch) | |
tree | e5aa84bb2e111d944d332e2bc29260f9e6748bd8 /graphics/swfdec | |
parent | 4f4a7eefb841cf18e36858eec8fa59c73154de89 (diff) | |
download | ports-db6a2d08f1c03a79bb9818f380ba7133a9875d45.tar.gz ports-db6a2d08f1c03a79bb9818f380ba7133a9875d45.zip |
Notes
Diffstat (limited to 'graphics/swfdec')
-rw-r--r-- | graphics/swfdec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile index 21f3c925d153..51ce2499555d 100644 --- a/graphics/swfdec/Makefile +++ b/graphics/swfdec/Makefile @@ -8,7 +8,7 @@ PORTNAME= swfdec PORTVERSION= 0.3.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://www.schleef.org/swfdec/download/ @@ -21,7 +21,7 @@ LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ USE_XLIB= yes USE_SDL= sdl USE_GNOME= gnomehack gtk20 libartlgpl2 -USE_GSTREAMER80= gconf +USE_GSTREAMER= yes USE_GETOPT_LONG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ |