diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-22 22:48:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-22 22:48:03 +0800 |
commit | 3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188 (patch) | |
tree | e2214727ec8d8e927015b3288697216a207cad1b /graphics | |
parent | 71a92f0401a4f87d6db72a4ab48749838052a9bf (diff) | |
download | freebsd-ports-gnome-3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188.tar.gz freebsd-ports-gnome-3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188.tar.zst freebsd-ports-gnome-3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188.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')
-rw-r--r-- | graphics/gnash-devel/Makefile | 3 | ||||
-rw-r--r-- | graphics/gnash/Makefile | 3 | ||||
-rw-r--r-- | graphics/libvisual04-plugins/Makefile | 3 | ||||
-rw-r--r-- | graphics/xmrm/Makefile | 5 |
4 files changed, 6 insertions, 8 deletions
diff --git a/graphics/gnash-devel/Makefile b/graphics/gnash-devel/Makefile index 38d02bc8f7a4..d76773901c65 100644 --- a/graphics/gnash-devel/Makefile +++ b/graphics/gnash-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnash PORTVERSION= 0.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} @@ -26,7 +26,6 @@ WANT_SDL= yes WANT_GNOME= yes WANT_GSTREAMER= yes USE_GNOME= pkgconfig libxml2 -USE_XLIB= yes USE_AUTOTOOLS= libltdl:15 PLUGIN_DIR= ${PREFIX}/lib/browser_plugins diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 38d02bc8f7a4..d76773901c65 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnash PORTVERSION= 0.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} @@ -26,7 +26,6 @@ WANT_SDL= yes WANT_GNOME= yes WANT_GSTREAMER= yes USE_GNOME= pkgconfig libxml2 -USE_XLIB= yes USE_AUTOTOOLS= libltdl:15 PLUGIN_DIR= ${PREFIX}/lib/browser_plugins diff --git a/graphics/libvisual04-plugins/Makefile b/graphics/libvisual04-plugins/Makefile index 8fd21bd6cec4..46bc8325d700 100644 --- a/graphics/libvisual04-plugins/Makefile +++ b/graphics/libvisual04-plugins/Makefile @@ -7,6 +7,7 @@ PORTNAME= libvisual PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF MASTER_SITE_SUBDIR= libvisual @@ -20,7 +21,7 @@ LIB_DEPENDS= visual-${MAJORMINOR}:${PORTSDIR}/graphics/libvisual04 USE_GNOME= pkgconfig USE_GL= yes -USE_XLIB= yes +USE_XORG= x11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-alsa \ --disable-mplayer \ diff --git a/graphics/xmrm/Makefile b/graphics/xmrm/Makefile index 6593c96b8f78..e98ef4264c01 100644 --- a/graphics/xmrm/Makefile +++ b/graphics/xmrm/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmrm PORTVERSION= 2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= ftp://ftp.cg.tuwien.ac.at/pub/linux/xmrm/ \ ftp://ftp.uni-passau.de/mount/common.lib.archive.unix/Graphic/xmrm/ @@ -23,8 +23,7 @@ LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms \ tiff.4:${PORTSDIR}/graphics/tiff USE_GL= yes -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm NO_WRKSUBDIR= yes .include <bsd.port.pre.mk> |