From 7a3d0918562eb230e9d23951288e21ef33d65d43 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 3 Feb 2006 08:56:24 +0000 Subject: 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. --- lang/pm3-net/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lang/pm3-net') diff --git a/lang/pm3-net/Makefile b/lang/pm3-net/Makefile index de4bb2be20fa..e75c7cec2155 100644 --- a/lang/pm3-net/Makefile +++ b/lang/pm3-net/Makefile @@ -13,9 +13,11 @@ DISTFILES= MAINTAINER= ports@FreeBSD.org COMMENT= Low-level networking libraries for the PM3 Modula-3 distribution -BUILD_DEPENDS= ${L1}libm3${L2}:${PORTSDIR}/lang/pm3-base +# Yes, this port is listed twice; it needs to be installed, +# and we also need to run the configure script in the port +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 @@ -28,6 +30,7 @@ BUILDDIRS= network/tcplibs/tcp \ network/udp L1= ${PREFIX}/lib/m3/${TARGET}/ SOVERSION= 7 +USE_GMAKE= yes # hack to work around bsd.port.mk problem USE_BZIP2= yes -- cgit v1.2.3