diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 00:44:09 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 00:44:09 +0800 |
commit | 5afc678aac11dcb929706121d1fec2707a1e8e54 (patch) | |
tree | 89d39d526223ba8929324fc0ca33a08f06f5f7ae /graphics | |
parent | dd9602c2a3e0aa86e76d2db30cf6349888702517 (diff) | |
download | freebsd-ports-gnome-5afc678aac11dcb929706121d1fec2707a1e8e54.tar.gz freebsd-ports-gnome-5afc678aac11dcb929706121d1fec2707a1e8e54.tar.zst freebsd-ports-gnome-5afc678aac11dcb929706121d1fec2707a1e8e54.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 1c7b335d0c45..30a51e86de83 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 60cacdcd3122..06ee9f804128 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 c72a68234e2a..aea3233713cf 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 74f42affb51b..4563258efddd 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 288ddc959959..37c6d584cf2d 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" \ |