aboutsummaryrefslogtreecommitdiffstats
path: root/palm
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-11-25 15:17:02 +0800
committerasami <asami@FreeBSD.org>1997-11-25 15:17:02 +0800
commitd32fbc71b07d797748e178d30da5d9c295b007d1 (patch)
treeb4c8667ff062f2ebd2067c400cc4626e15e919bb /palm
parentfc68539ee1bbb5977b1b20cbb273ea2a5511a688 (diff)
downloadfreebsd-ports-gnome-d32fbc71b07d797748e178d30da5d9c295b007d1.tar.gz
freebsd-ports-gnome-d32fbc71b07d797748e178d30da5d9c295b007d1.tar.zst
freebsd-ports-gnome-d32fbc71b07d797748e178d30da5d9c295b007d1.zip
Mark it broken for 2.2 (libreadline version).
Diffstat (limited to 'palm')
-rw-r--r--palm/pilot-link-devel/Makefile7
-rw-r--r--palm/pilot-link/Makefile7
2 files changed, 12 insertions, 2 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile
index 53353b585ebf..c9c32dc9380f 100644
--- a/palm/pilot-link-devel/Makefile
+++ b/palm/pilot-link-devel/Makefile
@@ -3,7 +3,7 @@
# Date created: November, 1997
# Whom: Paul Traina <pst@freebsd.org>
#
-# $Id: Makefile,v 1.2 1997/11/24 09:38:13 pst Exp $
+# $Id: Makefile,v 1.3 1997/11/25 06:53:16 asami Exp $
DISTNAME= pilot-link.0.8.7
PKGNAME= pilot-link-0.8.7
@@ -14,6 +14,11 @@ MAINTAINER= ports@freebsd.org
LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} < 300000
+BROKEN= libreadline
+.endif
+
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS=--with-perl5
diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile
index 53353b585ebf..c9c32dc9380f 100644
--- a/palm/pilot-link/Makefile
+++ b/palm/pilot-link/Makefile
@@ -3,7 +3,7 @@
# Date created: November, 1997
# Whom: Paul Traina <pst@freebsd.org>
#
-# $Id: Makefile,v 1.2 1997/11/24 09:38:13 pst Exp $
+# $Id: Makefile,v 1.3 1997/11/25 06:53:16 asami Exp $
DISTNAME= pilot-link.0.8.7
PKGNAME= pilot-link-0.8.7
@@ -14,6 +14,11 @@ MAINTAINER= ports@freebsd.org
LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} < 300000
+BROKEN= libreadline
+.endif
+
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS=--with-perl5