diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-16 15:37:57 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-16 15:37:57 +0000 |
commit | 5d4f288f019cff379a2dd977fc78a09b1f441608 (patch) | |
tree | d97777bcab6d26caea0fae05954aa8ec2540efc2 /textproc/wa-hunspell | |
parent | 62ff33c112d996d872621e67399dc5b09b81cd37 (diff) | |
download | ports-5d4f288f019cff379a2dd977fc78a09b1f441608.tar.gz ports-5d4f288f019cff379a2dd977fc78a09b1f441608.zip |
Notes
Diffstat (limited to 'textproc/wa-hunspell')
-rw-r--r-- | textproc/wa-hunspell/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/wa-hunspell/Makefile b/textproc/wa-hunspell/Makefile index fb16876cdd99..bb8f83a5c314 100644 --- a/textproc/wa-hunspell/Makefile +++ b/textproc/wa-hunspell/Makefile @@ -12,10 +12,12 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Wallon hunspell dictionaries +LICENSE= LGPL21 + BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell -USE_BZIP2= yes ALL_TARGET= myspell +USES= tar:bzip2 PLIST_FILES= %%DATADIR%%/wa.aff \ %%DATADIR%%/wa.dic |