diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:13:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:13:58 +0000 |
commit | f329319eb51eb2930a53eb96f5f2932c737a71b8 (patch) | |
tree | b57a522e4d6bc4ba4d5d17beaecdca9c5bc59d88 /lang/gauche | |
parent | 06af334ab9027f9aaad087ad2a4f1e684dc5cec7 (diff) |
Notes
Diffstat (limited to 'lang/gauche')
-rw-r--r-- | lang/gauche/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index dc357b4a5904..ba96a4021858 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -60,7 +60,7 @@ MANPREFIX= ${WRKDIR} .if ${PORT_OPTIONS:MGDBM} CONFIGURE_ARGS+=--with-local=${LOCALBASE} -LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm +LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm PLIST_SUB+= GDBM="" .else PLIST_SUB+= GDBM="@comment " |