diff options
author | des <des@FreeBSD.org> | 2002-11-28 11:55:43 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-11-28 11:55:43 +0000 |
commit | 6061f580d0f0aafb454076dc512675b7ab225940 (patch) | |
tree | d095087f20e46ff78f6e91f378a64b3b8f69fd9b /security/p5-Authen-PAM | |
parent | e6d4d0eda05e1bba4e2873a10b39daf3fb36e3f6 (diff) | |
download | FreeBSD-ports-6061f580d0f0aafb454076dc512675b7ab225940.zip FreeBSD-ports-6061f580d0f0aafb454076dc512675b7ab225940.tar.gz |
Make this build again by adding the correct configuration incantations.
Approved by: portmgr (kris)
Diffstat (limited to 'security/p5-Authen-PAM')
-rw-r--r-- | security/p5-Authen-PAM/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/p5-Authen-PAM/Makefile b/security/p5-Authen-PAM/Makefile index 6b779c0..61c2d196 100644 --- a/security/p5-Authen-PAM/Makefile +++ b/security/p5-Authen-PAM/Makefile @@ -15,6 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= des@FreeBSD.org PERL_CONFIGURE= yes +CONFIGURE_ARGS= -DPAM_STRERROR_NEEDS_PAMH MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Authen::FAQ.3 \ |