diff options
author | kris <kris@FreeBSD.org> | 2006-02-03 17:06:19 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-02-03 17:06:19 +0800 |
commit | 133ab747d1b6ac41b5d74f4e17922a22ea1c979d (patch) | |
tree | 84de0ee838fd9521a10d416f9eb1c669404e1097 | |
parent | 5449d166741ef538c3a4b52e14309804dc545a9e (diff) | |
download | freebsd-ports-gnome-133ab747d1b6ac41b5d74f4e17922a22ea1c979d.tar.gz freebsd-ports-gnome-133ab747d1b6ac41b5d74f4e17922a22ea1c979d.tar.zst freebsd-ports-gnome-133ab747d1b6ac41b5d74f4e17922a22ea1c979d.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.
-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 |