diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2010-11-17 09:38:01 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2010-11-17 09:38:01 +0000 |
commit | f6ab0381bdaaaff4798764a68e57e3ae381711e8 (patch) | |
tree | 007cc99d83a38bca3dc2176cbc48d5f8f61e234b /editors/yzis | |
parent | b8ffc386603a596c786a31f32b0d84c8b4636839 (diff) | |
download | ports-f6ab0381bdaaaff4798764a68e57e3ae381711e8.tar.gz ports-f6ab0381bdaaaff4798764a68e57e3ae381711e8.zip |
Notes
Diffstat (limited to 'editors/yzis')
-rw-r--r-- | editors/yzis/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/yzis/Makefile b/editors/yzis/Makefile index f075022122d3..610d63094184 100644 --- a/editors/yzis/Makefile +++ b/editors/yzis/Makefile @@ -7,7 +7,7 @@ PORTNAME= yzis PORTVERSION= 1.0.a.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= editors MASTER_SITES= http://labs.freehackers.org/attachments/download/45/ \ http://contribs.martymac.org/FreeBSD-ports/distfiles/ @@ -16,6 +16,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a.1/-alpha1/} MAINTAINER= martymac@FreeBSD.org COMMENT= Vi-like editor +LICENSE_COMB= multi +LICENSE= GPLv2 LGPL21 + USE_BZIP2= yes USE_GETTEXT= yes USE_XORG= x11 xext ice |