aboutsummaryrefslogtreecommitdiff
path: root/security/gnupg
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2005-08-01 11:17:24 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2005-08-01 11:17:24 +0000
commit4ae59b6f7dd242c60c24a875a9dc98a9fe56c78c (patch)
tree0b6ff534f86434acea741d4cb7a0a7271783c1c6 /security/gnupg
parentbd5884d67dcb6227d3d3131a15870bfa477d255d (diff)
downloadports-4ae59b6f7dd242c60c24a875a9dc98a9fe56c78c.tar.gz
ports-4ae59b6f7dd242c60c24a875a9dc98a9fe56c78c.zip
Notes
Diffstat (limited to 'security/gnupg')
-rw-r--r--security/gnupg/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 81cc2ab762ab..446a3708c492 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -68,6 +68,10 @@ post-install:
PKGMESSAGE= /nonexistent
.endif
+.if ${OSVERSION} < 500000
+CONFIGURE_ARGS+= --without-readline
+.endif
+
check:
(cd ${WRKSRC}; ${MAKE} check)