svn commit: r404327 - head/graphics/plotutils
Stephen Montgomery-Smith
stephen at FreeBSD.org
Wed Dec 23 23:12:23 UTC 2015
Author: stephen
Date: Wed Dec 23 23:12:22 2015
New Revision: 404327
URL: https://svnweb.freebsd.org/changeset/ports/404327
Log:
- Switch from open-motif to libXaw.
PR: ports/205489
Submitted by: Raphael Kubo da Costa
Modified:
head/graphics/plotutils/Makefile
Modified: head/graphics/plotutils/Makefile
==============================================================================
--- head/graphics/plotutils/Makefile Wed Dec 23 22:56:46 2015 (r404326)
+++ head/graphics/plotutils/Makefile Wed Dec 23 23:12:22 2015 (r404327)
@@ -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
More information about the svn-ports-head
mailing list