diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-02-03 08:56:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-02-03 08:56:24 +0000 |
commit | 7a3d0918562eb230e9d23951288e21ef33d65d43 (patch) | |
tree | 2012f1775fdd18a0cc830168279b49023e7176f4 /lang/pm3-net | |
parent | Add missing libtool15 dependency required by freetype2 :build dependency. (diff) |
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.
Diffstat (limited to 'lang/pm3-net')
-rw-r--r-- | lang/pm3-net/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
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 |