diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-05 03:23:27 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-05 03:23:27 +0800 |
commit | 27d1eb5a65064abbe2d91722f01ca183a6213863 (patch) | |
tree | 5c0f7b7dde10af263f00d56ab6150c56cd30cb14 /graphics | |
parent | de5d11e700376c2b87e975d85c602d788c0cb09f (diff) | |
download | freebsd-ports-gnome-27d1eb5a65064abbe2d91722f01ca183a6213863.tar.gz freebsd-ports-gnome-27d1eb5a65064abbe2d91722f01ca183a6213863.tar.zst freebsd-ports-gnome-27d1eb5a65064abbe2d91722f01ca183a6213863.zip |
- Drop .la files, no dependees require them
Approved by: portmgr blanket
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/plotutils/Makefile | 4 | ||||
-rw-r--r-- | graphics/plotutils/pkg-plist | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index 2def0f8f0d8e..1afaa3c65e4b 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -3,7 +3,7 @@ PORTNAME= plotutils PORTVERSION= 2.6 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= GNU @@ -13,7 +13,7 @@ COMMENT= Plotting library and toolkit LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png -USES= gmake motif libtool:keepla # parallel builds are broken with bmake(1) +USES= gmake motif libtool # 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 d9521e7e9801..b723158e22f6 100644 --- a/graphics/plotutils/pkg-plist +++ b/graphics/plotutils/pkg-plist @@ -12,17 +12,14 @@ include/plotcompat.h include/plotter.h include/xmi.h lib/libplot.a -lib/libplot.la lib/libplot.so lib/libplot.so.2 lib/libplot.so.2.2.4 lib/libplotter.a -lib/libplotter.la lib/libplotter.so lib/libplotter.so.2 lib/libplotter.so.2.2.4 lib/libxmi.a -lib/libxmi.la lib/libxmi.so lib/libxmi.so.0 lib/libxmi.so.0.1.3 |