diff options
author | stephen <stephen@FreeBSD.org> | 2014-05-11 05:07:43 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2014-05-11 05:07:43 +0800 |
commit | b4730827f8068b16135bc7af4edc8dc22f524391 (patch) | |
tree | 44af29091dbb36ff4eeb9973ea9a40ea89af59cb /graphics | |
parent | 20c8da2b652cd3064c6e8a3fe51388d889790734 (diff) | |
download | freebsd-ports-gnome-b4730827f8068b16135bc7af4edc8dc22f524391.tar.gz freebsd-ports-gnome-b4730827f8068b16135bc7af4edc8dc22f524391.tar.zst freebsd-ports-gnome-b4730827f8068b16135bc7af4edc8dc22f524391.zip |
- Change AUTOTOOLS=libtool to USES=libtool:keepla.
- Bump portrevision.
Reference: http://lists.freebsd.org/pipermail/freebsd-ports/2014-May/092082.html
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/plotutils/Makefile | 6 | ||||
-rw-r--r-- | graphics/plotutils/pkg-plist | 9 |
2 files changed, 9 insertions, 6 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index c63fd4d416a1..2def0f8f0d8e 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -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 diff --git a/graphics/plotutils/pkg-plist b/graphics/plotutils/pkg-plist index a1bebdb1864d..d9521e7e9801 100644 --- a/graphics/plotutils/pkg-plist +++ b/graphics/plotutils/pkg-plist @@ -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 |