diff options
Diffstat (limited to 'lang/pm3-m3tk')
-rw-r--r-- | lang/pm3-m3tk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/pm3-m3tk/Makefile b/lang/pm3-m3tk/Makefile index 2e893bce8842..c0745827a8a5 100644 --- a/lang/pm3-m3tk/Makefile +++ b/lang/pm3-m3tk/Makefile @@ -26,6 +26,8 @@ BUILDDIRS= language/modula3/m3tools/m3tk L1= ${PREFIX}/lib/m3/${TARGET}/ SOVERSION= 7 VERSION= 1.1.13 +# hack to work around bsd.port.mk problem +USE_BZIP2= yes .include <bsd.port.pre.mk> |