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 /math/abs | |
parent | 36fbb34bc519394874f58b5d9416ca6148c891ed (diff) | |
download | freebsd-ports-graphics-2dbc59cdd62517ce3d991f5a9e4802218747c40a.tar.gz freebsd-ports-graphics-2dbc59cdd62517ce3d991f5a9e4802218747c40a.tar.zst freebsd-ports-graphics-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 'math/abs')
-rw-r--r-- | math/abs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/abs/Makefile b/math/abs/Makefile index 154a3f738b2..88b0e4f29fd 100644 --- a/math/abs/Makefile +++ b/math/abs/Makefile @@ -7,7 +7,7 @@ PORTNAME= abs PORTVERSION= 0908 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://utenti.gufi.org/~gmarco/files/distfiles/ \ http://fresh.t-systems-sfr.com/unix/src/privat2/ @@ -17,8 +17,7 @@ MAINTAINER= gmarco@gufi.org COMMENT= A free spreadsheet with graphical user interface PLIST_FILES= bin/abs -USE_XLIB= yes -USE_XPM= yes +USE_XORG= x11 xpm xaw WRKSRC= ${WRKDIR}/abs-src-0.908 post-patch: |