1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Respect X11BASE

This commit is contained in:
Rong-En Fan 2006-11-30 19:26:32 +00:00
parent 4dda5339a5
commit 7db703f909
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178367

View File

@ -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)