diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-24 21:03:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-24 21:03:55 +0800 |
commit | dd70e028701d877ba20b006edcedc6df5c408d09 (patch) | |
tree | 29ee38167b82f550d5b5191edff093320cd794ba /math | |
parent | 4e3961b506ac1065b05288675b0c56c7e1eb7dc3 (diff) | |
download | freebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.tar.gz freebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.tar.zst freebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.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')
-rw-r--r-- | math/ploticus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/ploticus/Makefile b/math/ploticus/Makefile index 421b7c163658..df62e01de484 100644 --- a/math/ploticus/Makefile +++ b/math/ploticus/Makefile @@ -8,6 +8,7 @@ PORTNAME= ploticus PORTVERSION= 2.33 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF DISTNAME= pl${PORTVERSION:S/.//}src @@ -40,7 +41,7 @@ ALL_TARGET= plgd18 MAKE_ARGS+= NOXFLAG=-DNOX11 XLIBS= XOBJ= PKGNAMESUFFIX= -nox11 .else -USE_XPM= yes +USE_XORG= xpm .endif .if !defined(NO_INSTALL_MANPAGES) |