mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Respect X11BASE
This commit is contained in:
parent
4dda5339a5
commit
7db703f909
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178367
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user