diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-16 23:35:33 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-16 23:35:33 +0800 |
commit | 8c5ca5da9b2c5f44ec566cf74ad1c949dd8e1e1b (patch) | |
tree | f2ef26b11fae5131272812b7fe3d4cd0e49fae33 /textproc | |
parent | a33a3fd122e0cdbccb8138a1559f567db2812b0b (diff) | |
download | freebsd-ports-gnome-8c5ca5da9b2c5f44ec566cf74ad1c949dd8e1e1b.tar.gz freebsd-ports-gnome-8c5ca5da9b2c5f44ec566cf74ad1c949dd8e1e1b.tar.zst freebsd-ports-gnome-8c5ca5da9b2c5f44ec566cf74ad1c949dd8e1e1b.zip |
- Add LICENSE
- Use USES=tar:bzip2
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/te-hunspell/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/te-hunspell/Makefile b/textproc/te-hunspell/Makefile index c283ddb562ea..e9afa8bd41d0 100644 --- a/textproc/te-hunspell/Makefile +++ b/textproc/te-hunspell/Makefile @@ -12,10 +12,12 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Telugu hunspell dictionaries +LICENSE= GPLv2 + BUILD_DEPENDS= prezip-bin:${PORTSDIR}/textproc/aspell \ wordlist2hunspell:${PORTSDIR}/textproc/hunspell -USE_BZIP2= yes +USES= tar:bzip2 PLIST_FILES= %%DATADIR%%/te_IN.aff \ %%DATADIR%%/te_IN.dic |