diff options
author | Paul Traina <pst@FreeBSD.org> | 1997-11-30 21:27:34 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1997-11-30 21:27:34 +0000 |
commit | be4e808e77ff440c25d9a2a7de23c2fb37a8168f (patch) | |
tree | 480092576c0e8f14eb7f1efabcba8dd34649fb39 /palm | |
parent | 69f2b54a8a6f02b73bce2020a185c2205bc3f224 (diff) | |
download | ports-be4e808e77ff440c25d9a2a7de23c2fb37a8168f.tar.gz ports-be4e808e77ff440c25d9a2a7de23c2fb37a8168f.zip |
Notes
Diffstat (limited to 'palm')
-rw-r--r-- | palm/pilot-link-devel/Makefile | 10 | ||||
-rw-r--r-- | palm/pilot-link/Makefile | 10 |
2 files changed, 14 insertions, 6 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile index 6fd1efd5c4ba..31e32b3a3685 100644 --- a/palm/pilot-link-devel/Makefile +++ b/palm/pilot-link-devel/Makefile @@ -3,18 +3,22 @@ # Date created: November, 1997 # Whom: Paul Traina <pst@freebsd.org> # -# $Id: Makefile,v 1.5 1997/11/25 09:06:46 pst Exp $ +# $Id: Makefile,v 1.6 1997/11/30 15:14:37 jseger Exp $ DISTNAME= pilot-link.0.8.7 PKGNAME= pilot-link-0.8.7 CATEGORIES= comms tk80 MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/ -MAINTAINER= ports@freebsd.org +MAINTAINER= pst@freebsd.org LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 -BROKEN= libreadline +.if exists(${PREIFX}/lib/libreadline.so.2.0) || \ + exists(${PREFIX}/lib/libreadline.a) +BROKEN=WARNING: Nonstandard/obsolete libreadline in ${PREFIX}/lib. \ + Please remove it before building. +.endif USE_PERL5= yes GNU_CONFIGURE= yes diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile index 6fd1efd5c4ba..31e32b3a3685 100644 --- a/palm/pilot-link/Makefile +++ b/palm/pilot-link/Makefile @@ -3,18 +3,22 @@ # Date created: November, 1997 # Whom: Paul Traina <pst@freebsd.org> # -# $Id: Makefile,v 1.5 1997/11/25 09:06:46 pst Exp $ +# $Id: Makefile,v 1.6 1997/11/30 15:14:37 jseger Exp $ DISTNAME= pilot-link.0.8.7 PKGNAME= pilot-link-0.8.7 CATEGORIES= comms tk80 MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/ -MAINTAINER= ports@freebsd.org +MAINTAINER= pst@freebsd.org LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 -BROKEN= libreadline +.if exists(${PREIFX}/lib/libreadline.so.2.0) || \ + exists(${PREFIX}/lib/libreadline.a) +BROKEN=WARNING: Nonstandard/obsolete libreadline in ${PREFIX}/lib. \ + Please remove it before building. +.endif USE_PERL5= yes GNU_CONFIGURE= yes |