summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstephen <stephen@FreeBSD.org>2015-12-23 23:12:22 +0000
committerstephen <stephen@FreeBSD.org>2015-12-23 23:12:22 +0000
commitc9fbdfab4c4ae9f92f87e9bf4d2bc8ffdf8dddbd (patch)
treea619ede690228d1f3627149db5b87c636f1166d7
parent593230a093c184c82c8ca2c67db385165b556880 (diff)
downloadFreeBSD-ports-c9fbdfab4c4ae9f92f87e9bf4d2bc8ffdf8dddbd.zip
FreeBSD-ports-c9fbdfab4c4ae9f92f87e9bf4d2bc8ffdf8dddbd.tar.gz
- Switch from open-motif to libXaw.
PR: ports/205489 Submitted by: Raphael Kubo da Costa
-rw-r--r--graphics/plotutils/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile
index 3ce2dae..29a7e68 100644
--- a/graphics/plotutils/Makefile
+++ b/graphics/plotutils/Makefile
@@ -3,7 +3,7 @@
PORTNAME= plotutils
PORTVERSION= 2.6
-PORTREVISION= 6
+PORTREVISION= 7
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= GNU
@@ -13,10 +13,11 @@ COMMENT= Plotting library and toolkit
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
-USES= gmake motif libtool # parallel builds are broken with bmake(1)
+USES= gmake libtool # parallel builds are broken with bmake(1)
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-libplotter --enable-libxmi --with-motif
+CONFIGURE_ARGS= --enable-libplotter --enable-libxmi
USE_LDCONFIG= yes
+USE_XORG= xaw
TEST_TARGET= check
CPPFLAGS+= -I${LOCALBASE}/include
OpenPOWER on IntegriCloud