mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Force use of perl5 even if someone's got their path backwards.
This commit is contained in:
parent
75b78d4adb
commit
1946179601
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8923
@ -3,7 +3,7 @@
|
||||
# Date created: November, 1997
|
||||
# Whom: Paul Traina <pst@freebsd.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.7 1997/11/30 21:27:34 pst Exp $
|
||||
# $Id: Makefile,v 1.8 1997/11/30 22:47:45 pst Exp $
|
||||
|
||||
DISTNAME= pilot-link.0.8.7
|
||||
PKGNAME= pilot-link-0.8.7
|
||||
@ -16,7 +16,7 @@ LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80
|
||||
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-perl5
|
||||
CONFIGURE_ARGS= --with-perl5=${PREFIX}/bin/perl
|
||||
|
||||
MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \
|
||||
install-memo.1 install-user.1 pilot-xfer.1 \
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: November, 1997
|
||||
# Whom: Paul Traina <pst@freebsd.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.7 1997/11/30 21:27:34 pst Exp $
|
||||
# $Id: Makefile,v 1.8 1997/11/30 22:47:45 pst Exp $
|
||||
|
||||
DISTNAME= pilot-link.0.8.7
|
||||
PKGNAME= pilot-link-0.8.7
|
||||
@ -16,7 +16,7 @@ LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80
|
||||
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-perl5
|
||||
CONFIGURE_ARGS= --with-perl5=${PREFIX}/bin/perl
|
||||
|
||||
MAN1= dlpsh.1 ietf2datebook.1 install-datebook.1 \
|
||||
install-memo.1 install-user.1 pilot-xfer.1 \
|
||||
|
Loading…
Reference in New Issue
Block a user