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/gok | |
parent | c8f338e29f67cccaa567f39b5d7619a9994de301 (diff) | |
download | freebsd-ports-gnome-e3619422bc462f74d38ac5d665e78d324d292468.tar.gz freebsd-ports-gnome-e3619422bc462f74d38ac5d665e78d324d292468.tar.zst freebsd-ports-gnome-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/gok')
-rw-r--r-- | accessibility/gok/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/accessibility/gok/Makefile b/accessibility/gok/Makefile index ac7fc0f812f4..75a6eab5a223 100644 --- a/accessibility/gok/Makefile +++ b/accessibility/gok/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gok -# Date created: 12 April 2003 -# Whom: Adam Weinberger <adamw@freebsd.org> -# +# Created by: Adam Weinberger <adamw@freebsd.org> # $FreeBSD$ # $MCom: ports/accessibility/gok/Makefile,v 1.112 2010/09/29 07:37:57 kwm Exp $ -# PORTNAME= gok PORTVERSION= 2.30.1 @@ -21,11 +17,10 @@ LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib USE_BZIP2= yes -USES= gettext +USES= gmake gettext INSTALLS_OMF= yes USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui atspi libwnck \ gnomespeech libxml2 -USE_GMAKE= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |