summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-04-06 15:46:05 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-04-06 15:46:05 +0000
commitc681daaf9408c53792c52d7b42b4d883c332cba9 (patch)
treea9f320059c543aba69a4057816fb6d27485e867a /editors
parentSupport stage (diff)
- Port is stage safe
- Remove leading article from COMMENT - Add USES=desktop-file-utils
Notes
Notes: svn path=/head/; revision=350370
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>