1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00

Fix the build by removing superfluous LDFLAGS from MAKE_ARGS.

This commit is contained in:
Akinori MUSHA 2002-11-28 11:57:42 +00:00
parent 4ddc87fcef
commit 1f02b928a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71194

View File

@ -26,8 +26,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAKE_ARGS= GOSH=gosh \
OPTFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
OPTFLAGS="${CFLAGS} -I${LOCALBASE}/include"
PLIST_SUB= VERSION="${PORTVERSION}" \
TARGET="${CONFIGURE_TARGET}"