diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-30 08:47:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-30 08:47:20 +0800 |
commit | e3619422bc462f74d38ac5d665e78d324d292468 (patch) | |
tree | b17dfd7552bd1d63bed44f1bcae8ef9f527067a1 /accessibility/orca | |
parent | c8f338e29f67cccaa567f39b5d7619a9994de301 (diff) | |
download | freebsd-ports-graphics-e3619422bc462f74d38ac5d665e78d324d292468.tar.gz freebsd-ports-graphics-e3619422bc462f74d38ac5d665e78d324d292468.tar.zst freebsd-ports-graphics-e3619422bc462f74d38ac5d665e78d324d292468.zip |
Finish converting accessibility from USE_GMAKE to USES=gmake
While here:
- trim some headers
- convert from USE_GNOME=pkgconfig to USES=pkgconfig
Diffstat (limited to 'accessibility/orca')
-rw-r--r-- | accessibility/orca/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile index cc2d570a19b..2759643e3a7 100644 --- a/accessibility/orca/Makefile +++ b/accessibility/orca/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: orca -# Date created: 25 Jul 2006 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/accessibility/orca/Makefile,v 1.90 2010/11/16 12:00:48 avl Exp $ -# PORTNAME= orca PORTVERSION= 2.32.1 @@ -27,9 +23,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus \ LATEST_LINK= gnome-orca USE_BZIP2= yes -USES= gettext +USES= gmake gettext USE_PYTHON= yes -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack libgnomeui gnomespeech pygnome2 \ pygnomedesktop INSTALLS_ICONS= yes |