diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-23 19:11:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-23 19:11:33 +0800 |
commit | c22aaf7f433f98e6e7f5462f011c28452551fa66 (patch) | |
tree | ebb3d42b914ee38a4b035a758a453d5895ba02f4 /graphics/swfdec | |
parent | a019873646f1ce62f504138ea5172bb1d5ee2258 (diff) | |
download | freebsd-ports-gnome-c22aaf7f433f98e6e7f5462f011c28452551fa66.tar.gz freebsd-ports-gnome-c22aaf7f433f98e6e7f5462f011c28452551fa66.tar.zst freebsd-ports-gnome-c22aaf7f433f98e6e7f5462f011c28452551fa66.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'graphics/swfdec')
-rw-r--r-- | graphics/swfdec/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile index 36826f8d3ca4..727b46ad7eb3 100644 --- a/graphics/swfdec/Makefile +++ b/graphics/swfdec/Makefile @@ -14,10 +14,9 @@ MASTER_SITES= http://swfdec.freedesktop.org/download/swfdec/0.5/ MAINTAINER= alexbl@FreeBSD.org COMMENT= Flash Rendering Library -LIB_DEPENDS= oil-0.3.1:${PORTSDIR}/devel/liboil \ +LIB_DEPENDS= oil-0.3.1:${PORTSDIR}/devel/liboil \ soup-2.2.8:${PORTSDIR}/devel/libsoup -USE_XLIB= yes USE_GNOME= gnomehack gtk20 USE_AUTOTOOLS= libtool:15:env automake:19:env autoconf:261 GNU_CONFIGURE= yes |