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 /graphics/plotutils | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
Diffstat (limited to 'graphics/plotutils')
-rw-r--r-- | graphics/plotutils/Makefile | 3 | ||||
-rw-r--r-- | graphics/plotutils/pkg-plist | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index 8f481733fde6..8c139ef53aa3 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -7,6 +7,7 @@ PORTNAME= plotutils PORTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +18,7 @@ COMMENT= A plotting library and toolkit LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png USE_MOTIF= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MOTIFLIB="${MOTIFLIB}" \ diff --git a/graphics/plotutils/pkg-plist b/graphics/plotutils/pkg-plist index f35f0f900069..527df5418b53 100644 --- a/graphics/plotutils/pkg-plist +++ b/graphics/plotutils/pkg-plist @@ -11,12 +11,15 @@ include/plotcompat.h include/plotter.h include/xmi.h lib/libplot.a +lib/libplot.la lib/libplot.so lib/libplot.so.4 lib/libplotter.a +lib/libplotter.la lib/libplotter.so lib/libplotter.so.4 lib/libxmi.a +lib/libxmi.la lib/libxmi.so lib/libxmi.so.1 share/libplot/README |