diff options
author | ume <ume@FreeBSD.org> | 2005-02-28 13:20:11 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2005-02-28 13:20:11 +0800 |
commit | 2b6e5fd06636950bcf40d645e01ebf2e1d71da68 (patch) | |
tree | f7061de9b8878dd5c5a05ee7f699f39f051d55db /security/cyrus-sasl2 | |
parent | 6003225e6bb312e494372d779cf57ad50fd00f20 (diff) | |
download | freebsd-ports-gnome-2b6e5fd06636950bcf40d645e01ebf2e1d71da68.tar.gz freebsd-ports-gnome-2b6e5fd06636950bcf40d645e01ebf2e1d71da68.tar.zst freebsd-ports-gnome-2b6e5fd06636950bcf40d645e01ebf2e1d71da68.zip |
fix dependency. don't forget `+'.
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 6a18d9df1a9c..3f19c337484b 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -70,7 +70,7 @@ BDB_MAJOR= 0 BROKEN= "WITH_BDB_VER must be 3, 4, 41, 42 or 43" .endif BDB_SUFFIX?= ${WITH_BDB_VER} -LIB_DEPENDS= db${BDB_SUFFIX}.${BDB_MAJOR}:${PORTSDIR}/databases/db${WITH_BDB_VER} +LIB_DEPENDS+= db${BDB_SUFFIX}.${BDB_MAJOR}:${PORTSDIR}/databases/db${WITH_BDB_VER} CONFIGURE_ARGS+=--with-dblib=berkeley --with-bdb-libdir=${LOCALBASE}/lib \ --with-bdb-incdir=${LOCALBASE}/include/db${WITH_BDB_VER} \ --with-bdb=db${BDB_SUFFIX} |