diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /math/labplot | |
parent | Unbreak: make it fetchable again (diff) |
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 |