Remove bogus DEPENDS. Instead, list pm3-base in BUILD_DEPENDS twice so
that it is installed, and we also run its configure script. Add missing USE_GMAKE needed to satisfy pm3-base port dependency check.
This commit is contained in:
parent
e125100b6d
commit
264cbc886c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155121
1 changed files with 3 additions and 2 deletions
|
@ -13,9 +13,9 @@ DISTFILES=
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Modula-3 source code analysis and transformation toolkit (PM3 distribution)
|
||||
|
||||
BUILD_DEPENDS= ${L1}libm3${L2}:${PORTSDIR}/lang/pm3-base
|
||||
BUILD_DEPENDS= ${L1}libm3${L2}:${PORTSDIR}/lang/pm3-base \
|
||||
/nonexistent:${PORTSDIR}/lang/pm3-base:configure
|
||||
RUN_DEPENDS= ${L1}libm3${L2}:${PORTSDIR}/lang/pm3-base
|
||||
DEPENDS= ${PORTSDIR}/lang/pm3-base:configure
|
||||
|
||||
DIST_SUBDIR= pm3
|
||||
INSTALL_TARGET= all
|
||||
|
@ -26,6 +26,7 @@ WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/../pm3-base/work/pm3-${PORTVERSION}
|
|||
BUILDDIRS= language/modula3/m3tools/m3tk
|
||||
L1= ${PREFIX}/lib/m3/${TARGET}/
|
||||
SOVERSION= 7
|
||||
USE_GMAKE= yes
|
||||
# hack to work around bsd.port.mk problem
|
||||
USE_BZIP2= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue