aboutsummaryrefslogtreecommitdiff
path: root/lang/pm3-m3tk
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-02-03 09:06:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-02-03 09:06:19 +0000
commit264cbc886cc077d7fa02f455dd773264712cd10f (patch)
tree8476210e26c3d30823c8e959ccff6eb5c3d43c6e /lang/pm3-m3tk
parente125100b6d3a22aca22811d0fd711d3b81c24b74 (diff)
downloadports-264cbc886cc077d7fa02f455dd773264712cd10f.tar.gz
ports-264cbc886cc077d7fa02f455dd773264712cd10f.zip
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.
Notes
Notes: svn path=/head/; revision=155121
Diffstat (limited to 'lang/pm3-m3tk')
-rw-r--r--lang/pm3-m3tk/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/pm3-m3tk/Makefile b/lang/pm3-m3tk/Makefile
index e76c1c2e9617..5ca99efdc62d 100644
--- a/lang/pm3-m3tk/Makefile
+++ b/lang/pm3-m3tk/Makefile
@@ -13,9 +13,9 @@ DISTFILES=
MAINTAINER= ports@FreeBSD.org
COMMENT= Modula-3 source code analysis and transformation toolkit (PM3 distribution)
-BUILD_DEPENDS= ${L1}libm3${L2}:${PORTSDIR}/lang/pm3-base
+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
@@ -26,6 +26,7 @@ WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/../pm3-base/work/pm3-${PORTVERSION}
BUILDDIRS= language/modula3/m3tools/m3tk
L1= ${PREFIX}/lib/m3/${TARGET}/
SOVERSION= 7
+USE_GMAKE= yes
# hack to work around bsd.port.mk problem
USE_BZIP2= yes