aboutsummaryrefslogtreecommitdiff
path: root/math/ploticus
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-24 13:03:55 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-24 13:03:55 +0000
commit270a2cb06bac9deaa83a7bf518d24dd5290f1038 (patch)
treed906a1023121e31d8ba733cea9aaadba68454b16 /math/ploticus
parentcf39093e7bc1b82429c6b399fd5ba0c35dad1c06 (diff)
downloadports-270a2cb06bac9deaa83a7bf518d24dd5290f1038.tar.gz
ports-270a2cb06bac9deaa83a7bf518d24dd5290f1038.zip
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Notes
Notes: svn path=/head/; revision=209683
Diffstat (limited to 'math/ploticus')
-rw-r--r--math/ploticus/Makefile3
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)