diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hyphen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/hyphen/Makefile b/textproc/hyphen/Makefile index 6aac92db1e2d..38b095a31cb0 100644 --- a/textproc/hyphen/Makefile +++ b/textproc/hyphen/Makefile @@ -9,10 +9,10 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Library for high quality hyphenation and justification -LICENSE= LGPL21+ MPL +LICENSE= LGPL21+ MPL11 LICENSE_COMB= dual LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL -LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL +LICENSE_FILE_MPL11= ${WRKSRC}/COPYING.MPL GNU_CONFIGURE= yes USES= libtool pathfix perl5 shebangfix |