diff options
author | swills <swills@FreeBSD.org> | 2012-02-09 05:29:51 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-02-09 05:29:51 +0800 |
commit | 5fba75d2f1d24e4293f011159f59f2b15f102029 (patch) | |
tree | 67ece90e69eebb3440837b21bcbd6659f3124727 /security | |
parent | 8d5ec521d30431473bf230bea471e165802e2b49 (diff) | |
download | freebsd-ports-gnome-5fba75d2f1d24e4293f011159f59f2b15f102029.tar.gz freebsd-ports-gnome-5fba75d2f1d24e4293f011159f59f2b15f102029.tar.zst freebsd-ports-gnome-5fba75d2f1d24e4293f011159f59f2b15f102029.zip |
- Make non-interactive and remove IS_INTERACTIVE
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Module-Signature/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Module-Signature/Makefile b/security/p5-Module-Signature/Makefile index 30d3c177a283..6290d9f787ed 100644 --- a/security/p5-Module-Signature/Makefile +++ b/security/p5-Module-Signature/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ p5-PAR-Dist>=0:${PORTSDIR}/devel/p5-PAR-Dist \ ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg1 -IS_INTERACTIVE= Asks whether to import PAUSE and other PGP keys +CONFIGURE_ENV= PERL_MM_USE_DEFAULT="YES" PERL_CONFIGURE= yes |