diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-03-02 12:29:55 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-03-02 12:29:55 +0000 |
commit | d70c778e7ca4dca72b763e80a4cc96d351c6da24 (patch) | |
tree | 01dcd172ee1deccac433e0abf0ca648a4d664a56 /x11-toolkits/SoXt/Makefile | |
parent | 52aaf8e911355683b2fb4303f245619ab38e98e1 (diff) | |
download | ports-d70c778e7ca4dca72b763e80a4cc96d351c6da24.tar.gz ports-d70c778e7ca4dca72b763e80a4cc96d351c6da24.zip |
Notes
Diffstat (limited to 'x11-toolkits/SoXt/Makefile')
-rw-r--r-- | x11-toolkits/SoXt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/SoXt/Makefile b/x11-toolkits/SoXt/Makefile index f422ca9ac879..2b5bb1007ea8 100644 --- a/x11-toolkits/SoXt/Makefile +++ b/x11-toolkits/SoXt/Makefile @@ -6,12 +6,11 @@ # PORTNAME= SoXt -PORTVERSION= 1.2.2 -PORTREVISION= 9 +PORTVERSION= 1.3.0 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.coin3d.org/coin/src/all/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= GUI binding for using Open Inventor with Xt/Motif LIB_DEPENDS= Coin.61:${PORTSDIR}/graphics/Coin @@ -23,6 +22,7 @@ USE_XORG= xi GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBS="${PTHREAD_LIBS}" CONFIGURE_ARGS+= --with-pthread=yes --with-coin=${LOCALBASE} +USE_GNOME= gnomehack # avoid renaming of soxt-config and soxt-config.1 USE_LDCONFIG= yes MAN1= soxt-config.1 |