diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
commit | f7455240e3b2acb3cd4804dac9a3afe2582a0a96 (patch) | |
tree | 94eaef37ab07d82e499ae4cafabe202ea2ed0525 /deskutils/rednotebook | |
parent | 6db4531ff6ac4b156bdc1499488964f1c2551e7f (diff) |
Notes
Diffstat (limited to 'deskutils/rednotebook')
-rw-r--r-- | deskutils/rednotebook/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/rednotebook/Makefile b/deskutils/rednotebook/Makefile index 4f4163c40d64..52db3572fd42 100644 --- a/deskutils/rednotebook/Makefile +++ b/deskutils/rednotebook/Makefile @@ -3,6 +3,7 @@ PORTNAME= rednotebook PORTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= SF/rednotebook PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${FLAVOR} \ ${LOCALBASE}/bin/xdg-open:devel/xdg-utils \ ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${FLAVOR} -USES= desktop-file-utils gettext python:2 +USES= desktop-file-utils gettext python:2.7 INSTALLS_ICONS= yes USE_GNOME= pygtk2 |