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/gnome-mag | |
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/gnome-mag')
-rw-r--r-- | accessibility/gnome-mag/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/accessibility/gnome-mag/Makefile b/accessibility/gnome-mag/Makefile index 2499f5feb225..a7e2fcf97142 100644 --- a/accessibility/gnome-mag/Makefile +++ b/accessibility/gnome-mag/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomemag -# Date created: 12 April 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/accessibility/gnome-mag/Makefile,v 1.54 2010/10/31 11:01:52 kwm Exp $ -# PORTNAME= gnome-mag PORTVERSION= 0.16.3 @@ -19,8 +15,7 @@ COMMENT= GNOME screen magnifier USE_BZIP2= yes USE_XORG= xfixes xdamage ice xcomposite sm USE_GNOME= gnomehack gnomeprefix atspi libbonobo intlhack ltverhack -USE_GMAKE= yes -USES= gettext +USES= gmake gettext USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include |