mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Drop work-arounds for FreeBSD-4.x The work-arounds required ports, which
are beeing deleted... PR: ports/113809
This commit is contained in:
parent
2dda29fc41
commit
e63aeff1bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194814
1 changed files with 4 additions and 12 deletions
|
@ -15,7 +15,9 @@ DISTNAME= ${PORTNAME}
|
|||
MAINTAINER= mi@aldan.algebra.com
|
||||
COMMENT= CGI scripts in Perl to edit your MySQL tables
|
||||
|
||||
RUN_DEPENDS= ${CGI_BIN}:${PORTSDIR}/${APACHE_PORT}
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
||||
RUN_DEPENDS= ${CGI_BIN}:${PORTSDIR}/${APACHE_PORT} \
|
||||
${BUILD_DEPENDS}
|
||||
|
||||
NO_BUILD= True
|
||||
APACHE_COMPAT= True
|
||||
|
@ -32,14 +34,4 @@ do-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/readme.html ${PREFIX}/share/doc/mysql-editor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
|
||||
.else
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue