aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2014-04-06 23:46:05 +0800
committerpawel <pawel@FreeBSD.org>2014-04-06 23:46:05 +0800
commit03caea072e8f92417ba2df6503c2b06128569d79 (patch)
treea9f320059c543aba69a4057816fb6d27485e867a /editors
parentf1fc6beee99d1b8b47bfb96baf023a4c6aa01433 (diff)
downloadfreebsd-ports-gnome-03caea072e8f92417ba2df6503c2b06128569d79.tar.gz
freebsd-ports-gnome-03caea072e8f92417ba2df6503c2b06128569d79.tar.zst
freebsd-ports-gnome-03caea072e8f92417ba2df6503c2b06128569d79.zip
- Port is stage safe
- Remove leading article from COMMENT - Add USES=desktop-file-utils
Diffstat (limited to 'editors')
-rw-r--r--editors/gwrite/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/gwrite/Makefile b/editors/gwrite/Makefile
index c9820d83be29..d569a226fbd4 100644
--- a/editors/gwrite/Makefile
+++ b/editors/gwrite/Makefile
@@ -3,12 +3,12 @@
PORTNAME= gwrite
PORTVERSION= 0.5.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors python
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports@FreeBSD.org
-COMMENT= A simple HTML format editor
+COMMENT= Simple HTML format editor
LICENSE= LGPL3 # (or later)
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -22,9 +22,9 @@ RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \
${PYTHON_PKGNAMEPREFIX}jswebkit>=0:${PORTSDIR}/www/py-jswebkit \
${PYTHON_PKGNAMEPREFIX}webkitgtk>=0:${PORTSDIR}/www/py-webkitgtk
+USES= desktop-file-utils
USE_GNOME= pygtk2
USE_PYTHON= yes
USE_PYDISTUTILS=yes
-NO_STAGE= yes
.include <bsd.port.mk>