summaryrefslogtreecommitdiff
path: root/databases/gauche-gdbm
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-11-28 11:57:42 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-11-28 11:57:42 +0000
commit1f02b928a09593c054b632a69771f7cdbb84ab08 (patch)
tree9206bb5a943ac4f1174de5882759dc71e742a228 /databases/gauche-gdbm
parentDrop maintainership. (diff)
Fix the build by removing superfluous LDFLAGS from MAKE_ARGS.
Notes
Notes: svn path=/head/; revision=71194
Diffstat (limited to 'databases/gauche-gdbm')
-rw-r--r--databases/gauche-gdbm/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/gauche-gdbm/Makefile b/databases/gauche-gdbm/Makefile
index 8ada99c56042..f080ede95fb0 100644
--- a/databases/gauche-gdbm/Makefile
+++ b/databases/gauche-gdbm/Makefile
@@ -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}"