diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /math/labplot | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'math/labplot')
-rw-r--r-- | math/labplot/Makefile | 3 | ||||
-rw-r--r-- | math/labplot/pkg-plist | 9 |
2 files changed, 7 insertions, 5 deletions
diff --git a/math/labplot/Makefile b/math/labplot/Makefile index ccbd6188c0c0..cf44ebf8a2fa 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -7,7 +7,7 @@ PORTNAME= LabPlot PORTVERSION= 1.5.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=labplot @@ -31,7 +31,6 @@ USE_QT_VER= 3 USE_KDELIBS_VER=3 USE_GL= yes USE_GMAKE= yes -GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib diff --git a/math/labplot/pkg-plist b/math/labplot/pkg-plist index 54fbbae8b25b..a6d73845c4c2 100644 --- a/math/labplot/pkg-plist +++ b/math/labplot/pkg-plist @@ -1,10 +1,13 @@ bin/LabPlot bin/labplot -lib/libLabPlotcephes.so.6 -lib/libLabPlotcephes.so lib/libLabPlotcephes.a -lib/libLabPlot.so.6 +lib/libLabPlotcephes.la +lib/libLabPlotcephes.so +lib/libLabPlotcephes.so.6 +lib/libLabPlot.a +lib/libLabPlot.la lib/libLabPlot.so +lib/libLabPlot.so.6 share/doc/HTML/de/LabPlot/index.docbook share/doc/HTML/de/LabPlot/small_pics share/doc/HTML/de/labplot |