Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2015 23:12:22 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404327 - head/graphics/plotutils
Message-ID:  <201512232312.tBNNCMrf013708@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512232312.tBNNCMrf013708>