diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-24 07:03:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-24 07:03:18 +0800 |
commit | 2dbc59cdd62517ce3d991f5a9e4802218747c40a (patch) | |
tree | 5e4648487c14dbebc2ab89f7fa36a3c6b8934959 /graphics/grads | |
parent | 36fbb34bc519394874f58b5d9416ca6148c891ed (diff) | |
download | freebsd-ports-gnome-2dbc59cdd62517ce3d991f5a9e4802218747c40a.tar.gz freebsd-ports-gnome-2dbc59cdd62517ce3d991f5a9e4802218747c40a.tar.zst freebsd-ports-gnome-2dbc59cdd62517ce3d991f5a9e4802218747c40a.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/grads')
-rw-r--r-- | graphics/grads/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/grads/Makefile b/graphics/grads/Makefile index 25e44262631c..986a3beb8fb8 100644 --- a/graphics/grads/Makefile +++ b/graphics/grads/Makefile @@ -7,7 +7,7 @@ PORTNAME= grads PORTVERSION= 1.9b3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics science math MASTER_SITES= ftp://grads.iges.org/grads/1.9/:src \ ftp://grads.iges.org/grads/:other @@ -25,7 +25,6 @@ LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png -USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= SUPPLIBS="${LOCALBASE}" CONFIGURE_ARGS+= --enable-dyn-supplibs \ |