diff options
author | ume <ume@FreeBSD.org> | 2004-05-07 18:13:37 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-05-07 18:13:37 +0800 |
commit | 5f5fdbd2eb89466e744a80e3a5223e0fe36a0da1 (patch) | |
tree | 0264cf4105d3f60db56704b13718da416ecc65fc /security/cyrus-sasl2-saslauthd | |
parent | dd0e81e94b9adcb2ed81b4564e7782599ae98c5b (diff) | |
download | freebsd-ports-gnome-5f5fdbd2eb89466e744a80e3a5223e0fe36a0da1.tar.gz freebsd-ports-gnome-5f5fdbd2eb89466e744a80e3a5223e0fe36a0da1.tar.zst freebsd-ports-gnome-5f5fdbd2eb89466e744a80e3a5223e0fe36a0da1.zip |
use LOCALBASE for dependent packages instead of PREFIX.
Diffstat (limited to 'security/cyrus-sasl2-saslauthd')
-rw-r--r-- | security/cyrus-sasl2-saslauthd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl2-saslauthd/Makefile b/security/cyrus-sasl2-saslauthd/Makefile index 105314b15b35..c0749b346dd0 100644 --- a/security/cyrus-sasl2-saslauthd/Makefile +++ b/security/cyrus-sasl2-saslauthd/Makefile @@ -60,7 +60,7 @@ CONFIGURE_ARGS+=--with-bdb-incdir=${LOCALBASE}/include/db42 --with-bdb=db-4.2 .else BROKEN= "WITH_BDB_VER must be 3, 4, 41 or 42" .endif -CONFIGURE_ARGS+=--with-dblib=berkeley --with-bdb-libdir=${PREFIX}/lib +CONFIGURE_ARGS+=--with-dblib=berkeley --with-bdb-libdir=${LOCALBASE}/lib .else CONFIGURE_ARGS+=--with-dblib=ndbm .endif @@ -74,7 +74,7 @@ WANT_OPENLDAP_VER= ${WITH_OPENLDAP_VER} BROKEN= "this port requires OpenLDAP >= 2.0" .endif USE_OPENLDAP= yes -CONFIGURE_ARGS+=--with-ldap=${PREFIX} +CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} .endif .include <bsd.port.pre.mk> |