mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00: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
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= plotutils
|
||||
PORTVERSION= 2.6
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= GNU
|
||||
@ -13,8 +13,8 @@ COMMENT= Plotting library and toolkit
|
||||
|
||||
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
|
||||
|
||||
USES= gmake motif # parallel builds are broken with bmake(1)
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= gmake motif libtool:keepla # parallel builds are broken with bmake(1)
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-libplotter --enable-libxmi --with-motif
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -14,15 +14,18 @@ include/xmi.h
|
||||
lib/libplot.a
|
||||
lib/libplot.la
|
||||
lib/libplot.so
|
||||
lib/libplot.so.4
|
||||
lib/libplot.so.2
|
||||
lib/libplot.so.2.2.4
|
||||
lib/libplotter.a
|
||||
lib/libplotter.la
|
||||
lib/libplotter.so
|
||||
lib/libplotter.so.4
|
||||
lib/libplotter.so.2
|
||||
lib/libplotter.so.2.2.4
|
||||
lib/libxmi.a
|
||||
lib/libxmi.la
|
||||
lib/libxmi.so
|
||||
lib/libxmi.so.1
|
||||
lib/libxmi.so.0
|
||||
lib/libxmi.so.0.1.3
|
||||
man/man1/ode.1.gz
|
||||
man/man1/plot.1.gz
|
||||
man/man1/plotfont.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user