1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Band-aid to fix cluster build.

This commit is contained in:
Volker Stolz 2006-04-26 13:40:12 +00:00
parent 9e077106eb
commit c60a0e6b95
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160520

View File

@ -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>