mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Change AUTOTOOLS=libtool to USES=libtool:keepla.
- Bump portrevision. Reference: http://lists.freebsd.org/pipermail/freebsd-ports/2014-May/092082.html
This commit is contained in:
parent
79f7ca46a6
commit
7f2be410db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353604
2 changed files with 9 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= plotutils
|
PORTNAME= plotutils
|
||||||
PORTVERSION= 2.6
|
PORTVERSION= 2.6
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= GNU
|
MASTER_SITES= GNU
|
||||||
|
@ -13,8 +13,8 @@ COMMENT= Plotting library and toolkit
|
||||||
|
|
||||||
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
|
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
|
||||||
|
|
||||||
USES= gmake motif # parallel builds are broken with bmake(1)
|
USES= gmake motif libtool:keepla # parallel builds are broken with bmake(1)
|
||||||
USE_AUTOTOOLS= libtool
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --enable-libplotter --enable-libxmi --with-motif
|
CONFIGURE_ARGS= --enable-libplotter --enable-libxmi --with-motif
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
|
|
@ -14,15 +14,18 @@ include/xmi.h
|
||||||
lib/libplot.a
|
lib/libplot.a
|
||||||
lib/libplot.la
|
lib/libplot.la
|
||||||
lib/libplot.so
|
lib/libplot.so
|
||||||
lib/libplot.so.4
|
lib/libplot.so.2
|
||||||
|
lib/libplot.so.2.2.4
|
||||||
lib/libplotter.a
|
lib/libplotter.a
|
||||||
lib/libplotter.la
|
lib/libplotter.la
|
||||||
lib/libplotter.so
|
lib/libplotter.so
|
||||||
lib/libplotter.so.4
|
lib/libplotter.so.2
|
||||||
|
lib/libplotter.so.2.2.4
|
||||||
lib/libxmi.a
|
lib/libxmi.a
|
||||||
lib/libxmi.la
|
lib/libxmi.la
|
||||||
lib/libxmi.so
|
lib/libxmi.so
|
||||||
lib/libxmi.so.1
|
lib/libxmi.so.0
|
||||||
|
lib/libxmi.so.0.1.3
|
||||||
man/man1/ode.1.gz
|
man/man1/ode.1.gz
|
||||||
man/man1/plot.1.gz
|
man/man1/plot.1.gz
|
||||||
man/man1/plotfont.1.gz
|
man/man1/plotfont.1.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue