Unbreak by removing hardcoding of perl.
PR: ports/55638. Submitted by: ian j hart <ianjhart@ntlworld.com>.
This commit is contained in:
parent
909f4ceccd
commit
182c3d5b17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94210
@ -1,5 +1,5 @@
|
||||
# New ports collection makefile for: RT2
|
||||
# Date created: 12 Auguest 2002
|
||||
# Date created: 12 August 2002
|
||||
# Whom: plasma
|
||||
#
|
||||
# $FreeBSD$
|
||||
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= rt2
|
||||
PORTVERSION= 2.0.15
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.fsck.com/pub/rt/release/
|
||||
DISTNAME= rt-${PORTVERSION:S/./-/g}
|
||||
@ -40,8 +41,6 @@ BUILD_DEPENDS= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl \
|
||||
${SITE_PERL}/CGI/Cookie.pm:${PORTSDIR}/www/p5-CGI.pm \
|
||||
${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
|
||||
|
||||
BROKEN= "Does not build"
|
||||
|
||||
WRKSRC= ${WRKDIR}/rt-${RT_VERSION}
|
||||
RT_VERSION= ${PORTVERSION:C/\./-/g}
|
||||
DB_TYPE?= mysql
|
||||
|
@ -1,14 +1,5 @@
|
||||
--- Makefile.orig Fri Oct 4 11:48:46 2002
|
||||
+++ Makefile Wed Feb 12 03:13:22 2003
|
||||
@@ -2,7 +2,7 @@
|
||||
# RT is Copyright 1996-2002 Jesse Vincent <jesse@bestpractical.com>
|
||||
# It is distributed under the terms of the GNU General Public License, version 2
|
||||
|
||||
-PERL = /usr/bin/perl
|
||||
+#PERL = /usr/bin/perl
|
||||
|
||||
RT_VERSION_MAJOR = 2
|
||||
RT_VERSION_MINOR = 0
|
||||
@@ -15,7 +15,7 @@
|
||||
BRANCH = HEAD
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user