diff options
author | eik <eik@FreeBSD.org> | 2004-06-25 22:55:48 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-06-25 22:55:48 +0800 |
commit | cd39c3fd2c52c533bd3f6ef21a25b86dedd41b9c (patch) | |
tree | 8f7b676b7296d79447e29f38d1612f4f8cfd79ae /mail/maildrop | |
parent | b0f376254e2bb6088ef42dd27bdc2db94c477dbf (diff) | |
download | freebsd-ports-gnome-cd39c3fd2c52c533bd3f6ef21a25b86dedd41b9c.tar.gz freebsd-ports-gnome-cd39c3fd2c52c533bd3f6ef21a25b86dedd41b9c.tar.zst freebsd-ports-gnome-cd39c3fd2c52c533bd3f6ef21a25b86dedd41b9c.zip |
typo
Diffstat (limited to 'mail/maildrop')
-rw-r--r-- | mail/maildrop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index 1cfbbe5c3cce..1486a7f44f7b 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -44,7 +44,7 @@ LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.pre.mk> .if defined(WITH_GDBM) -LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdb +LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm CONFIGURE_ARGS+= --with-db=gdbm .else CONFIGURE_ARGS+= --without-db |