aboutsummaryrefslogtreecommitdiff
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
parentbd5884d67dcb6227d3d3131a15870bfa477d255d (diff)
Notes
-rw-r--r--security/gnupg/Makefile4
-rw-r--r--security/gnupg1/Makefile4
2 files changed, 8 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)
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile
index 81cc2ab762ab..446a3708c492 100644
--- a/security/gnupg1/Makefile
+++ b/security/gnupg1/Makefile
@@ -68,6 +68,10 @@ post-install:
PKGMESSAGE= /nonexistent
.endif
+.if ${OSVERSION} < 500000
+CONFIGURE_ARGS+= --without-readline
+.endif
+
check:
(cd ${WRKSRC}; ${MAKE} check)