diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-03-20 16:07:42 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-03-20 16:07:42 +0000 |
commit | 73c35623ae9e75ef0e8ab99080d68f94544f284c (patch) | |
tree | 01e6472e80fe921385c9981db0ea8eb4aa2bc130 /graphics/swfdec/Makefile | |
parent | c0178cd7afb26a269b9c6e57ec1ed310f6a63fb7 (diff) | |
download | ports-73c35623ae9e75ef0e8ab99080d68f94544f284c.tar.gz ports-73c35623ae9e75ef0e8ab99080d68f94544f284c.zip |
Notes
Diffstat (limited to 'graphics/swfdec/Makefile')
-rw-r--r-- | graphics/swfdec/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile index 80921b838f8f..584d65a64450 100644 --- a/graphics/swfdec/Makefile +++ b/graphics/swfdec/Makefile @@ -7,8 +7,7 @@ # PORTNAME= swfdec -PORTVERSION= 0.3.2 -PORTREVISION= 4 +PORTVERSION= 0.3.3 CATEGORIES= graphics MASTER_SITES= http://www.schleef.org/swfdec/download/ @@ -16,18 +15,20 @@ MAINTAINER= kwm@FreeBSD.org COMMENT= Flash Rendering Library LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ - oil-0.2.0:${PORTSDIR}/devel/liboil + oil-0.3.0:${PORTSDIR}/devel/liboil USE_REINPLACE= yes USE_X_PREFIX= yes USE_SDL= sdl USE_GNOME= gnomehack gtk20 libartlgpl2 +USE_GSTREAMER= gconf USE_GETOPT_LONG= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes +CFLAGS+= -I${X11BASE}/include PLIST_SUB= VERSION=${PORTVERSION:R} |