1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Add LDFLAGS to fix bento builds.

This commit is contained in:
Maxim Sobolev 2000-10-31 09:11:21 +00:00
parent 38df81372e
commit 3d35d8caab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34486

View File

@ -18,6 +18,7 @@ LIB_DEPENDS= cole.2:${PORTSDIR}/textproc/cole \
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lcole"
.include <bsd.port.mk>