diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-01-01 06:00:34 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-01-01 06:00:34 +0800 |
commit | 80102bdf4b2f88005102ae1b2f5af17c8515f134 (patch) | |
tree | 81c802b40e350e48e7c22530ee74c3c966236fea /editors | |
parent | 014753bfe6d8e98b25f0b7fd74871f58ada3466f (diff) | |
download | freebsd-ports-gnome-80102bdf4b2f88005102ae1b2f5af17c8515f134.tar.gz freebsd-ports-gnome-80102bdf4b2f88005102ae1b2f5af17c8515f134.tar.zst freebsd-ports-gnome-80102bdf4b2f88005102ae1b2f5af17c8515f134.zip |
- Move devel/py-distutils-extra to devel/py-python-distutils-extra
- Fix MASTER_SITES
- Add LICENSE_FILE
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gwrite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/gwrite/Makefile b/editors/gwrite/Makefile index 2b88ff550506..107de6d24f4f 100644 --- a/editors/gwrite/Makefile +++ b/editors/gwrite/Makefile @@ -3,7 +3,7 @@ PORTNAME= gwrite PORTVERSION= 0.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors python MASTER_SITES= GOOGLE_CODE @@ -13,7 +13,7 @@ COMMENT= Simple HTML format editor LICENSE= LGPL3 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distutils-extra>=2.15:${PORTSDIR}/devel/py-distutils-extra \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-distutils-extra>=2.15:${PORTSDIR}/devel/py-python-distutils-extra \ ${PYTHON_PKGNAMEPREFIX}jswebkit>=0:${PORTSDIR}/www/py-jswebkit \ ${PYTHON_PKGNAMEPREFIX}webkitgtk>=0:${PORTSDIR}/www/py-webkitgtk RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \ |