diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-02-03 09:06:19 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-02-03 09:06:19 +0000 |
commit | 264cbc886cc077d7fa02f455dd773264712cd10f (patch) | |
tree | 8476210e26c3d30823c8e959ccff6eb5c3d43c6e /lang/pm3-m3tk | |
parent | e125100b6d3a22aca22811d0fd711d3b81c24b74 (diff) | |
download | ports-264cbc886cc077d7fa02f455dd773264712cd10f.tar.gz ports-264cbc886cc077d7fa02f455dd773264712cd10f.zip |
Notes
Diffstat (limited to 'lang/pm3-m3tk')
-rw-r--r-- | lang/pm3-m3tk/Makefile | 5 |
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 |