diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-25 07:17:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-25 07:17:02 +0000 |
commit | 5a118d1b1598c8a44bf8c328b7a4f281ef901322 (patch) | |
tree | 499177feefe11229a5ee2963bcc8a36e3d2b5a92 /palm | |
parent | No need to use += for CONFIGURE_ARGS. (diff) |
Mark it broken for 2.2 (libreadline version).
Notes
Notes:
svn path=/head/; revision=8804
Diffstat (limited to 'palm')
-rw-r--r-- | palm/pilot-link-devel/Makefile | 7 | ||||
-rw-r--r-- | palm/pilot-link/Makefile | 7 |
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 |