diff options
author | Volker Stolz <vs@FreeBSD.org> | 2006-04-26 13:40:12 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2006-04-26 13:40:12 +0000 |
commit | c60a0e6b95ff85cbdf0ca2e0f50bd6c87ead506c (patch) | |
tree | f5369f842b873b841c7bf8b797bb84e3b64c6bd3 /lang/pm3-forms | |
parent | 9e077106eb146be00571d9cecafe67d963ce63aa (diff) | |
download | ports-c60a0e6b95ff85cbdf0ca2e0f50bd6c87ead506c.tar.gz ports-c60a0e6b95ff85cbdf0ca2e0f50bd6c87ead506c.zip |
Notes
Diffstat (limited to 'lang/pm3-forms')
-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> |