Change BUILD_DEPENDS to EXTRACT_DEPENDS and unbreak.
Submitted by: bento
This commit is contained in:
parent
2e424568fb
commit
447c80d90f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77093
8 changed files with 12 additions and 12 deletions
|
@ -15,8 +15,8 @@ DISTFILES= # none
|
|||
MAINTAINER= knu@FreeBSD.org
|
||||
COMMENT= Java classes to access to SQL Relay
|
||||
|
||||
BUILD_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch \
|
||||
${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk11
|
||||
EXTRACT_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch
|
||||
BUILD_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk11
|
||||
LIB_DEPENDS= sqlrclient.0:${SQLRELAY_PORTDIR}
|
||||
RUN_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk11
|
||||
|
||||
|
|
|
@ -15,8 +15,8 @@ DISTFILES= # none
|
|||
MAINTAINER= knu@FreeBSD.org
|
||||
COMMENT= Perl5 modules to access to SQL Relay, including a DBD interface
|
||||
|
||||
BUILD_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
||||
EXTRACT_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
||||
LIB_DEPENDS= sqlrclient.0:${SQLRELAY_PORTDIR}
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
||||
|
||||
|
|
|
@ -15,8 +15,8 @@ DISTFILES= # none
|
|||
MAINTAINER= knu@FreeBSD.org
|
||||
COMMENT= PHP modules to access to SQL Relay
|
||||
|
||||
BUILD_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch \
|
||||
php-config:${PORTSDIR}/www/mod_php4
|
||||
EXTRACT_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch
|
||||
BUILD_DEPENDS= php-config:${PORTSDIR}/www/mod_php4
|
||||
LIB_DEPENDS= sqlrclient.0:${SQLRELAY_PORTDIR}
|
||||
RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ DISTFILES= # none
|
|||
MAINTAINER= knu@FreeBSD.org
|
||||
COMMENT= Python modules to access to SQL Relay
|
||||
|
||||
BUILD_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch
|
||||
EXTRACT_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch
|
||||
LIB_DEPENDS= sqlrclient.0:${SQLRELAY_PORTDIR}
|
||||
|
||||
USE_PYTHON= yes
|
||||
|
|
|
@ -15,7 +15,7 @@ DISTFILES= # none
|
|||
MAINTAINER= knu@FreeBSD.org
|
||||
COMMENT= A Ruby module to access to SQL Relay
|
||||
|
||||
BUILD_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch
|
||||
EXTRACT_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch
|
||||
LIB_DEPENDS= sqlrclient.0:${SQLRELAY_PORTDIR}
|
||||
|
||||
USE_RUBY= yes
|
||||
|
|
|
@ -15,7 +15,7 @@ DISTFILES= # none
|
|||
MAINTAINER= knu@FreeBSD.org
|
||||
COMMENT= Perl5 module for Ming which allows you to create Flash 4/5 movies
|
||||
|
||||
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/graphics/ming:patch
|
||||
EXTRACT_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/graphics/ming:patch
|
||||
LIB_DEPENDS= ming.3:${PORTSDIR}/graphics/ming
|
||||
|
||||
USE_PERL5= yes
|
||||
|
|
|
@ -15,7 +15,7 @@ DISTFILES= # none
|
|||
MAINTAINER= knu@FreeBSD.org
|
||||
COMMENT= Python module for Ming which allows you to create Flash 4/5 movies
|
||||
|
||||
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/graphics/ming:patch
|
||||
EXTRACT_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/graphics/ming:patch
|
||||
LIB_DEPENDS= ming.3:${PORTSDIR}/graphics/ming
|
||||
|
||||
USE_PYTHON= yes
|
||||
|
|
|
@ -15,8 +15,8 @@ DISTFILES= # none
|
|||
MAINTAINER= knu@FreeBSD.org
|
||||
COMMENT= Ruby module for Ming which allows you to create Flash 4/5 movies
|
||||
|
||||
BUILD_DEPENDS= ${SWIG}:${PORTSDIR}/devel/swig13 \
|
||||
${NONEXISTENT}:${PORTSDIR}/graphics/ming:patch
|
||||
EXTRACT_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/graphics/ming:patch
|
||||
BUILD_DEPENDS= ${SWIG}:${PORTSDIR}/devel/swig13
|
||||
LIB_DEPENDS= ming.3:${PORTSDIR}/graphics/ming
|
||||
|
||||
USE_RUBY= yes
|
||||
|
|
Loading…
Reference in a new issue