aboutsummaryrefslogtreecommitdiffstats
path: root/security/gnupg1
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2005-08-01 19:17:24 +0800
committerJun Kuriyama <kuriyama@FreeBSD.org>2005-08-01 19:17:24 +0800
commit4ae59b6f7dd242c60c24a875a9dc98a9fe56c78c (patch)
tree0b6ff534f86434acea741d4cb7a0a7271783c1c6 /security/gnupg1
parentbd5884d67dcb6227d3d3131a15870bfa477d255d (diff)
downloadfreebsd-ports-gnome-4ae59b6f7dd242c60c24a875a9dc98a9fe56c78c.tar.gz
freebsd-ports-gnome-4ae59b6f7dd242c60c24a875a9dc98a9fe56c78c.tar.zst
freebsd-ports-gnome-4ae59b6f7dd242c60c24a875a9dc98a9fe56c78c.zip
Fix build failure on 4.x.
Reported by: "Sander Holthaus - Orange XL" <info@orangexl.com>
Diffstat (limited to 'security/gnupg1')
-rw-r--r--security/gnupg1/Makefile4
1 files changed, 4 insertions, 0 deletions
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)