diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 12:43:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 12:43:53 +0000 |
commit | 10bc1e36cb37af583317c9ca9d1c7dc9b38a83e8 (patch) | |
tree | 6063143dda9d835982d2a86c5400cbac96b285dc /x11-toolkits/SoXt | |
parent | 8f850e6b7b7d4c51cd512db91680879a869faf4e (diff) |
Notes
Diffstat (limited to 'x11-toolkits/SoXt')
-rw-r--r-- | x11-toolkits/SoXt/Makefile | 9 | ||||
-rw-r--r-- | x11-toolkits/SoXt/pkg-plist | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/x11-toolkits/SoXt/Makefile b/x11-toolkits/SoXt/Makefile index 9f9689167370..54d6ef5f7bc0 100644 --- a/x11-toolkits/SoXt/Makefile +++ b/x11-toolkits/SoXt/Makefile @@ -3,16 +3,16 @@ PORTNAME= SoXt PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.coin3d.org/coin/src/all/ MAINTAINER= 5u623l20@gmail.com COMMENT= GUI binding for using Open Inventor with Xt/Motif -LIB_DEPENDS= Coin.61:${PORTSDIR}/graphics/Coin +LIB_DEPENDS= libCoin.so:${PORTSDIR}/graphics/Coin -USES= motif pathfix perl5 +USES= libtool motif pathfix perl5 USE_GL= yes USE_PERL5= build USE_XORG= xi @@ -21,9 +21,8 @@ CONFIGURE_ENV+= LIBS="${PTHREAD_LIBS}" CONFIGURE_ARGS+= --with-pthread=yes --with-coin=${LOCALBASE} # avoid renaming of soxt-config and soxt-config.1 USE_LDCONFIG= yes -MAN1= soxt-config.1 +INSTALL_TARGET= install-strip -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s,echo aout, echo elf," ${WRKSRC}/configure diff --git a/x11-toolkits/SoXt/pkg-plist b/x11-toolkits/SoXt/pkg-plist index 0c3402a67d2d..1270958a37f0 100644 --- a/x11-toolkits/SoXt/pkg-plist +++ b/x11-toolkits/SoXt/pkg-plist @@ -26,8 +26,10 @@ include/Inventor/Xt/viewers/SoXtViewer.h include/Inventor/Xt/widgets/SoXtPopupMenu.h lib/libSoXt.la lib/libSoXt.so -lib/libSoXt.so.23 +lib/libSoXt.so.20 +lib/libSoXt.so.20.3.0 libdata/pkgconfig/SoXt.pc +man/man1/soxt-config.1.gz share/Coin/conf/soxt-default.cfg share/aclocal/soxt.m4 @dirrm include/Inventor/Xt/widgets |