diff options
author | skv <skv@FreeBSD.org> | 2005-11-09 01:43:09 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2005-11-09 01:43:09 +0800 |
commit | 19defc53bc36157f6e110ce120a5c60877574a33 (patch) | |
tree | a3f07b392064caf9f28c7fa94724607e93d0cfc5 /security | |
parent | c4a67cf180bd6d9c1107a60d07ca9b370840eb85 (diff) | |
download | freebsd-ports-gnome-19defc53bc36157f6e110ce120a5c60877574a33.tar.gz freebsd-ports-gnome-19defc53bc36157f6e110ce120a5c60877574a33.tar.zst freebsd-ports-gnome-19defc53bc36157f6e110ce120a5c60877574a33.zip |
Fix LOCALBASE issue.
Pointed by: kris
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-SASL-Cyrus/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/p5-Authen-SASL-Cyrus/Makefile b/security/p5-Authen-SASL-Cyrus/Makefile index 749dd5b5a4bb..2d06420f31e3 100644 --- a/security/p5-Authen-SASL-Cyrus/Makefile +++ b/security/p5-Authen-SASL-Cyrus/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" MAN3= Authen::SASL::Cyrus.3 |