diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-08-05 19:13:24 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-08-05 19:13:24 +0000 |
commit | d129587b5d568b0ff5300386f1e1b706c349f38e (patch) | |
tree | e398c7b6ea5203fd3953999e6dd9d6c83c9ec931 /accessibility/orca/Makefile | |
parent | c13de12f75988e599e389d9c77ed92db8d927185 (diff) |
Notes
Diffstat (limited to 'accessibility/orca/Makefile')
-rw-r--r-- | accessibility/orca/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile index 2e194a3f9517..7138bbfc1570 100644 --- a/accessibility/orca/Makefile +++ b/accessibility/orca/Makefile @@ -1,9 +1,8 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/accessibility/orca/Makefile 20054 2014-11-10 17:23:39Z gusi $ PORTNAME= orca -PORTVERSION= 3.14.4 +PORTVERSION= 3.16.2 CATEGORIES= accessibility gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -24,9 +23,10 @@ RUN_DEPENDS= py3?-dbus>=0:${PORTSDIR}/devel/py3-dbus \ # conflict with py*-json-py because orca uses the json from python itself # and py*-json-py shadows this. CONFLICTS= py*-json-py-[0-9]* +PORTSCOUT= limitw:1,even USES= gettext gmake pathfix pkgconfig python:3 tar:xz -USE_GNOME= gnomeprefix gtk30 py3gobject3 intlhack +USE_GNOME= gtk30 py3gobject3 intlhack INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |