diff options
Diffstat (limited to 'x11-toolkits/SoXt/Makefile')
-rw-r--r-- | x11-toolkits/SoXt/Makefile | 9 |
1 files changed, 4 insertions, 5 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 |