diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-29 20:13:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-29 20:13:40 +0000 |
commit | 6365b3620f81261077637bdc060cdfcfd42c10ae (patch) | |
tree | 65026946d3d3218a96f98501cf5a5d70946c3a57 /x11-toolkits | |
parent | e4d055c91c3fae16450f021737ef89219f6039f6 (diff) | |
download | ports-6365b3620f81261077637bdc060cdfcfd42c10ae.tar.gz ports-6365b3620f81261077637bdc060cdfcfd42c10ae.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/SoXt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/SoXt/Makefile b/x11-toolkits/SoXt/Makefile index 58671d77dd14..4cf27d92b44f 100644 --- a/x11-toolkits/SoXt/Makefile +++ b/x11-toolkits/SoXt/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= Coin.60:${PORTSDIR}/graphics/Coin USE_GL= yes USE_MOTIF= yes USE_PERL5_BUILD= yes +USE_XORG= xi GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBS="${PTHREAD_LIBS}" CONFIGURE_ARGS+= --with-pthread=yes --with-coin=${LOCALBASE} @@ -26,9 +27,7 @@ CONFIGURE_ARGS+= --with-pthread=yes --with-coin=${LOCALBASE} USE_LDCONFIG= yes MAN1= soxt-config.1 -.include <bsd.port.pre.mk> - post-patch: ${REINPLACE_CMD} -e "s,echo aout, echo elf," ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> |