1
0
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:
Kris Kennaway 2006-02-11 21:57:32 +00:00
parent fc59085b38
commit 04b78a25ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155788
2 changed files with 6 additions and 4 deletions

View File

@ -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 \

View File

@ -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