diff options
author | Xin LI <delphij@FreeBSD.org> | 2013-10-28 03:39:14 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2013-10-28 03:39:14 +0000 |
commit | 15f0d3029d7c369bca3c25ac23d7d74380c36da2 (patch) | |
tree | 7fa22b86373e36a68693f28d4b6aaa8421b5d93d /editors | |
parent | Update to 0.9.9. (diff) |
Return back to pool.
Notes
Notes:
svn path=/head/; revision=331827
Diffstat (limited to 'editors')
-rw-r--r-- | editors/madedit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/madedit/Makefile b/editors/madedit/Makefile index e1619645132c..e9ce52e8a524 100644 --- a/editors/madedit/Makefile +++ b/editors/madedit/Makefile @@ -7,9 +7,11 @@ PORTREVISION= 8 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/MadEdit/MadEdit-${PORTVERSION} -MAINTAINER= delphij@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An open-source and cross-platform text/hex editor +LICENSE= GPLv2 + USES= gettext pkgconfig USE_WX= 2.6+ WANT_UNICODE= yes |