diff options
Diffstat (limited to 'lang/pm3-forms')
-rw-r--r-- | lang/pm3-forms/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/pm3-forms/Makefile b/lang/pm3-forms/Makefile index c67976969b8b..011b35e508c2 100644 --- a/lang/pm3-forms/Makefile +++ b/lang/pm3-forms/Makefile @@ -33,6 +33,8 @@ L1= ${PREFIX}/lib/m3/${TARGET}/ PROGS= bin/formsedit SOVERSION= 7 VERSION= 1.1.13 +# hack to work around bsd.port.mk problem +USE_BZIP2= yes .include <bsd.port.pre.mk> |