- Switch from open-motif to libXaw.
PR: ports/205489 Submitted by: Raphael Kubo da Costa
This commit is contained in:
parent
625ae90c22
commit
791bb6cd7d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404327
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue