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 /x11-toolkits/SoXt | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
Diffstat (limited to 'x11-toolkits/SoXt')
-rw-r--r-- | x11-toolkits/SoXt/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/SoXt/pkg-plist | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/SoXt/Makefile b/x11-toolkits/SoXt/Makefile index 0107524a5e01..9b1779959706 100644 --- a/x11-toolkits/SoXt/Makefile +++ b/x11-toolkits/SoXt/Makefile @@ -7,6 +7,7 @@ PORTNAME= SoXt PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/ @@ -17,7 +18,7 @@ LIB_DEPENDS= Coin.44:${PORTSDIR}/graphics/Coin USE_GL= yes USE_MOTIF= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBS="${PTHREAD_LIBS}" CONFIGURE_ARGS+= --with-pthread=yes --with-coin=${X11BASE} # avoid renaming of soxt-config and soxt-config.1 diff --git a/x11-toolkits/SoXt/pkg-plist b/x11-toolkits/SoXt/pkg-plist index 91b4ec6dcf69..09463b87c416 100644 --- a/x11-toolkits/SoXt/pkg-plist +++ b/x11-toolkits/SoXt/pkg-plist @@ -31,8 +31,8 @@ include/Inventor/Xt/SoXtRenderArea.h @dirrm include/Inventor/Xt/viewers @dirrm include/Inventor/Xt/widgets @dirrm include/Inventor/Xt -lib/libSoXt.a -lib/libSoXt.so.2 +lib/libSoXt.la lib/libSoXt.so +lib/libSoXt.so.2 share/aclocal/soxt.m4 share/Coin/conf/soxt-default.cfg |