diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-10-04 12:22:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-10-04 12:22:30 +0000 |
commit | 476c0649641d851cfb91abcabcd807e4e31536e5 (patch) | |
tree | 290ced798a4a7e22d4323054222782547aa490d8 /mail/qsf/Makefile | |
parent | 290b2a9d4ce8fc8bc4c2ebd50fc6cd2710668198 (diff) |
Notes
Diffstat (limited to 'mail/qsf/Makefile')
-rw-r--r-- | mail/qsf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qsf/Makefile b/mail/qsf/Makefile index 2522e101fb68..cd3964bc7ff5 100644 --- a/mail/qsf/Makefile +++ b/mail/qsf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qsf -PORTVERSION= 1.1.13 +PORTVERSION= 1.2.0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -33,7 +33,7 @@ LDFLAGS= -L${LOCALBASE}/lib .include <bsd.port.pre.mk> .if defined(WITH_GDBM) -LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm +LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm .else CONFIGURE_ARGS+= --without-gdbm .endif |