diff options
author | pav <pav@FreeBSD.org> | 2009-01-30 04:13:40 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-30 04:13:40 +0800 |
commit | b3d75e2473afb27917c6339f03fdbb92490605e4 (patch) | |
tree | c8ca5298e9a89f528f9351260ec5e0888c6af27b /x11-toolkits/SoXt | |
parent | a7ad4d8c1871c0349f773a683efb26e1f29e3ce1 (diff) | |
download | freebsd-ports-gnome-b3d75e2473afb27917c6339f03fdbb92490605e4.tar.gz freebsd-ports-gnome-b3d75e2473afb27917c6339f03fdbb92490605e4.tar.zst freebsd-ports-gnome-b3d75e2473afb27917c6339f03fdbb92490605e4.zip |
- Fix build, needs Xi
Reported by: pointyhat
Diffstat (limited to 'x11-toolkits/SoXt')
-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> |