aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1997-12-01 06:47:45 +0800
committerpst <pst@FreeBSD.org>1997-12-01 06:47:45 +0800
commit5c6327f116063bdb10d137a7b10fe6c295dc5c88 (patch)
treeb7ca319ab1ef45306df51908a2575cb5b14c1252
parentbb235a6cb46bb8dc0d3abc70c973b63cf95e6124 (diff)
downloadfreebsd-ports-gnome-5c6327f116063bdb10d137a7b10fe6c295dc5c88.tar.gz
freebsd-ports-gnome-5c6327f116063bdb10d137a7b10fe6c295dc5c88.tar.zst
freebsd-ports-gnome-5c6327f116063bdb10d137a7b10fe6c295dc5c88.zip
It's not broken, also unspam CONFIGURE_ARGS change (+=, not =)
-rw-r--r--palm/pilot-link-devel/Makefile10
-rw-r--r--palm/pilot-link/Makefile10
2 files changed, 4 insertions, 16 deletions
diff --git a/palm/pilot-link-devel/Makefile b/palm/pilot-link-devel/Makefile
index 31e32b3a3685..7ae0aaf40c75 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.6 1997/11/30 15:14:37 jseger Exp $
+# $Id: Makefile,v 1.7 1997/11/30 21:27:34 pst Exp $
DISTNAME= pilot-link.0.8.7
PKGNAME= pilot-link-0.8.7
@@ -14,15 +14,9 @@ MAINTAINER= pst@freebsd.org
LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80
-.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
-CONFIGURE_ARGS=--with-perl5
+CONFIGURE_ARGS+=--with-perl5
MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \
install-memo.1 install-user.1 pilot-xfer.1 \
diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile
index 31e32b3a3685..7ae0aaf40c75 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.6 1997/11/30 15:14:37 jseger Exp $
+# $Id: Makefile,v 1.7 1997/11/30 21:27:34 pst Exp $
DISTNAME= pilot-link.0.8.7
PKGNAME= pilot-link-0.8.7
@@ -14,15 +14,9 @@ MAINTAINER= pst@freebsd.org
LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80
-.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
-CONFIGURE_ARGS=--with-perl5
+CONFIGURE_ARGS+=--with-perl5
MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \
install-memo.1 install-user.1 pilot-xfer.1 \