aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-12-01 03:26:32 +0800
committerrafan <rafan@FreeBSD.org>2006-12-01 03:26:32 +0800
commit28d516ce8acb18a28280210a35075d00d4351989 (patch)
tree07b7a406d7c1ccd4c0e6175d5790d57c20275440 /math
parent04eac8b748cc3a1687fd66894672750f288de781 (diff)
downloadfreebsd-ports-gnome-28d516ce8acb18a28280210a35075d00d4351989.tar.gz
freebsd-ports-gnome-28d516ce8acb18a28280210a35075d00d4351989.tar.zst
freebsd-ports-gnome-28d516ce8acb18a28280210a35075d00d4351989.zip
- Respect X11BASE
Diffstat (limited to 'math')
-rw-r--r--math/snns/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/snns/Makefile b/math/snns/Makefile
index b1aac34cfd67..4292209421ec 100644
--- a/math/snns/Makefile
+++ b/math/snns/Makefile
@@ -18,7 +18,8 @@ COMMENT= Fully featured neural network simulator
USE_XLIB= yes
HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX}/snns --enable-global
+CONFIGURE_ARGS= --prefix=${PREFIX}/snns --enable-global \
+ --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
post-configure:
@(${SED} -e "s#%prefix%#${PREFIX}#g" < ${FILESDIR}/snns > ${WRKSRC}/snns)