aboutsummaryrefslogtreecommitdiffstats
path: root/lang/pm3-netobj
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-02-12 05:57:32 +0800
committerkris <kris@FreeBSD.org>2006-02-12 05:57:32 +0800
commit60241f5498f2f69ea1d01c260dcd44cabf7a139c (patch)
treecd61e7d8897ea2e7e778dec9aec77a9550970404 /lang/pm3-netobj
parent0e3c8706aa4b04a62112f58cee16c85d22870c0c (diff)
downloadfreebsd-ports-gnome-60241f5498f2f69ea1d01c260dcd44cabf7a139c.tar.gz
freebsd-ports-gnome-60241f5498f2f69ea1d01c260dcd44cabf7a139c.tar.zst
freebsd-ports-gnome-60241f5498f2f69ea1d01c260dcd44cabf7a139c.zip
Attempt to fix the bogus missing dependencies during the package build.
Diffstat (limited to 'lang/pm3-netobj')
-rw-r--r--lang/pm3-netobj/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/pm3-netobj/Makefile b/lang/pm3-netobj/Makefile
index 4a0f9a739c6b..d61ee7d0e995 100644
--- a/lang/pm3-netobj/Makefile
+++ b/lang/pm3-netobj/Makefile
@@ -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