diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-01-03 13:22:31 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-01-03 13:22:31 +0000 |
commit | d0cba2b7971cb52f3eeeee96d0b270e4cdc7c221 (patch) | |
tree | c9bf5b66f395b3b00a03888c4a966d90c53e243e /accessibility/orca | |
parent | b13a0eca15ea47b046b449c834cea576ac721898 (diff) | |
download | freebsd-ports-d0cba2b7971cb52f3eeeee96d0b270e4cdc7c221.zip |
Cleanup Mk/Uses/gnome.mk.
- Remove the use of comp_DETECT.
- Remove all comp_DETECT variables.
- Remove a use of comp_DETECT outside of gnome.mk
- Remove py3gobject3.
- Have ports depending directly on devel/py-gobject3 use gnome to do it.
PR: 224618
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13550
Diffstat (limited to 'accessibility/orca')
-rw-r--r-- | accessibility/orca/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile index eadbc07578d5..a732393f2d41 100644 --- a/accessibility/orca/Makefile +++ b/accessibility/orca/Makefile @@ -28,7 +28,7 @@ PORTSCOUT= limitw:1,even NO_ARCH= yes USES= gettext gmake gnome pathfix pkgconfig python:3.4+ tar:xz -USE_GNOME= gtk30 py3gobject3 intlhack +USE_GNOME= gtk30 pygobject3 intlhack INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |