diff options
author | vs <vs@FreeBSD.org> | 2006-04-26 21:40:12 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2006-04-26 21:40:12 +0800 |
commit | c9c8892570d5605f7d690988fa6c55e456e2c14a (patch) | |
tree | 2aba8f52ea0c89b835dbe4c981206f87e28af4ab | |
parent | 2c9de94b8a02f1fc191b2aa9d4aef34120585ab2 (diff) | |
download | freebsd-ports-gnome-c9c8892570d5605f7d690988fa6c55e456e2c14a.tar.gz freebsd-ports-gnome-c9c8892570d5605f7d690988fa6c55e456e2c14a.tar.zst freebsd-ports-gnome-c9c8892570d5605f7d690988fa6c55e456e2c14a.zip |
Band-aid to fix cluster build.
-rw-r--r-- | lang/pm3-forms/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/pm3-forms/Makefile b/lang/pm3-forms/Makefile index 64c2ceacb9e8..05b559b0876e 100644 --- a/lang/pm3-forms/Makefile +++ b/lang/pm3-forms/Makefile @@ -15,7 +15,7 @@ COMMENT= High-level GUI libraries and tools for the PM3 Modula-3 distribution BUILD_DEPENDS= ${L1}libm3vbtkit${L2}:${PORTSDIR}/lang/pm3-gui RUN_DEPENDS= ${L1}libm3vbtkit${L2}:${PORTSDIR}/lang/pm3-gui -DEPENDS= ${PORTSDIR}/lang/pm3-base:configure +DEPENDS= ${PORTSDIR}/lang/pm3-base:build DIST_SUBDIR= pm3 INSTALL_TARGET= all @@ -35,6 +35,7 @@ PROGS= bin/formsedit SOVERSION= 7 # hack to work around bsd.port.mk problem USE_BZIP2= yes +USE_GMAKE= yes .include <bsd.port.pre.mk> |