mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Attempt to fix the bogus missing dependencies during the package build.
This commit is contained in:
parent
fc59085b38
commit
04b78a25ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155788
@ -13,15 +13,16 @@ DISTFILES=
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Low-level GUI libraries for the PM3 Modula-3 distribution
|
||||
|
||||
BUILD_DEPENDS= ${L1}libm3tcp${L2}:${PORTSDIR}/lang/pm3-net
|
||||
BUILD_DEPENDS= ${L1}libm3tcp${L2}:${PORTSDIR}/lang/pm3-net \
|
||||
/nonexistent:${PORTSDIR}/lang/pm3-base:configure
|
||||
RUN_DEPENDS= ${L1}libm3tcp${L2}:${PORTSDIR}/lang/pm3-net
|
||||
DEPENDS= ${PORTSDIR}/lang/pm3-base:configure
|
||||
|
||||
DIST_SUBDIR= pm3
|
||||
INSTALL_TARGET= all
|
||||
PLIST_SUB+= SOVERSION=${SOVERSION} TARGET=${TARGET} \
|
||||
TARGETDIR=${TARGETDIR} WORDSIZE=${WORDSIZE}
|
||||
USE_XLIB= yes
|
||||
USE_GMAKE= yes
|
||||
WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/../pm3-base/work/pm3-${PORTVERSION}
|
||||
|
||||
BUILDDIRS= graphics/gr-libs/X11 \
|
||||
|
@ -14,11 +14,12 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= PM3 distributed objects package supporting robust distributed applications
|
||||
|
||||
BUILD_DEPENDS= ${L1}libm3tcp${L2}:${PORTSDIR}/lang/pm3-net \
|
||||
${L1}libm3tk${L2}:${PORTSDIR}/lang/pm3-m3tk
|
||||
${L1}libm3tk${L2}:${PORTSDIR}/lang/pm3-m3tk \
|
||||
/nonexistent:${PORTSDIR}/lang/pm3-base:configure
|
||||
RUN_DEPENDS= ${L1}libm3tcp${L2}:${PORTSDIR}/lang/pm3-net \
|
||||
${L1}libm3tk${L2}:${PORTSDIR}/lang/pm3-m3tk
|
||||
DEPENDS= ${PORTSDIR}/lang/pm3-base:configure
|
||||
|
||||
USE_GMAKE= yes
|
||||
DIST_SUBDIR= pm3
|
||||
INSTALL_TARGET= all
|
||||
MAN1= netobjd.1 stubgen.1
|
||||
|
Loading…
Reference in New Issue
Block a user