It's not broken, also unspam CONFIGURE_ARGS change (+=, not =)

This commit is contained in:
Paul Traina 1997-11-30 22:47:45 +00:00
parent be4e808e77
commit 75b78d4adb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8922
2 changed files with 4 additions and 16 deletions

View File

@ -3,7 +3,7 @@
# Date created: November, 1997 # Date created: November, 1997
# Whom: Paul Traina <pst@freebsd.org> # 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 DISTNAME= pilot-link.0.8.7
PKGNAME= 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 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 USE_PERL5= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS=--with-perl5 CONFIGURE_ARGS+=--with-perl5
MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \ MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \
install-memo.1 install-user.1 pilot-xfer.1 \ install-memo.1 install-user.1 pilot-xfer.1 \

View File

@ -3,7 +3,7 @@
# Date created: November, 1997 # Date created: November, 1997
# Whom: Paul Traina <pst@freebsd.org> # 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 DISTNAME= pilot-link.0.8.7
PKGNAME= 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 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 USE_PERL5= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS=--with-perl5 CONFIGURE_ARGS+=--with-perl5
MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \ MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \
install-memo.1 install-user.1 pilot-xfer.1 \ install-memo.1 install-user.1 pilot-xfer.1 \