diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-24 00:44:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-24 00:44:09 +0800 |
commit | e7a3b40f2f2727f2aa489686379d24ef713d42b6 (patch) | |
tree | 83b98a8e9d6b20e333967850c6ae011cc66dd5bc /graphics | |
parent | 652b5f2ab695eee5d807552834f0b56e9bc4449d (diff) | |
download | freebsd-ports-graphics-e7a3b40f2f2727f2aa489686379d24ef713d42b6.tar.gz freebsd-ports-graphics-e7a3b40f2f2727f2aa489686379d24ef713d42b6.tar.zst freebsd-ports-graphics-e7a3b40f2f2727f2aa489686379d24ef713d42b6.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/dataplot/Makefile | 4 | ||||
-rw-r--r-- | graphics/epdfview/Makefile | 1 | ||||
-rw-r--r-- | graphics/glexcess/Makefile | 3 | ||||
-rw-r--r-- | graphics/gsculpt/Makefile | 3 | ||||
-rw-r--r-- | graphics/xsane/Makefile | 2 |
5 files changed, 6 insertions, 7 deletions
diff --git a/graphics/dataplot/Makefile b/graphics/dataplot/Makefile index 1c7b335d0c4..30a51e86de8 100644 --- a/graphics/dataplot/Makefile +++ b/graphics/dataplot/Makefile @@ -7,7 +7,7 @@ PORTNAME= dataplot PORTVERSION= 20061219 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.nist.gov/pub/dataplot/unix/:source \ http://www.alaskaparadise.com/freebsd/:source \ @@ -28,7 +28,7 @@ LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd \ USE_FORTRAN= yes FFLAGS+= -fno-range-check MAKE_ENV+= FFLAGS="${FFLAGS}" -USE_XLIB= yes +USE_XORG= x11 xi NO_WRKSUBDIR= yes MAXOBV?= 20000 # Make bigger if you need more observations/variable diff --git a/graphics/epdfview/Makefile b/graphics/epdfview/Makefile index 60cacdcd312..06ee9f80412 100644 --- a/graphics/epdfview/Makefile +++ b/graphics/epdfview/Makefile @@ -22,7 +22,6 @@ USE_BZIP2= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_ICONV= yes -USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gtk20 intlhack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ diff --git a/graphics/glexcess/Makefile b/graphics/glexcess/Makefile index c72a68234e2..aea3233713c 100644 --- a/graphics/glexcess/Makefile +++ b/graphics/glexcess/Makefile @@ -7,7 +7,7 @@ PORTNAME= glexcess PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.glexcess.com/files/ DISTNAME= ${PORTNAME} @@ -17,7 +17,6 @@ COMMENT= An impressive OpenGL Demo LIB_DEPENDS= glut:${PORTSDIR}/graphics/libglut -USE_X_PREFIX= yes USE_GL= yes MAKE_ARGS= 'CXXFLAGS=${CXXFLAGS} -I${X11BASE}/include -pipe -s -O2' \ diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile index 74f42affb51..4563258efdd 100644 --- a/graphics/gsculpt/Makefile +++ b/graphics/gsculpt/Makefile @@ -8,6 +8,7 @@ PORTNAME= gsculpt PORTVERSION= 0.99.46.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF DISTNAME= gSculpt-${PORTVERSION}-alpha-src @@ -23,7 +24,7 @@ WRKSRC= ${WRKDIR}/gSculpt-${PORTVERSION}-alpha USE_SCONS= yes SCONS_BUILDENV= ${SCONS_ENV} USE_PYTHON= 2.4+ -USE_XLIB= yes +USE_XORG= x11 USE_GL= yes USE_GNOME= pygtk2 USE_LDCONFIG= ${PREFIX}/lib/gSculpt diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index 288ddc95995..37c6d584cf2 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -7,6 +7,7 @@ PORTNAME= xsane PORTVERSION= 0.995 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.xsane.org/download/ \ http://gd.tuwien.ac.at/hci/sane/xsane/ \ @@ -21,7 +22,6 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ sane.1:${PORTSDIR}/graphics/sane-backends USE_GMAKE= yes -USE_X_PREFIX= yes GNU_CONFIGURE= yes WANT_GNOME= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |