diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-08 11:32:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-08 11:32:11 +0000 |
commit | 9250d94365048cf854570d93b5196aa250eba8f0 (patch) | |
tree | 9c130b083139cc77280c7e96cc9cea75a84d2d4c /print/libgnomeprint/Makefile | |
parent | Update to 0.48.4. (diff) |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Diffstat (limited to '')
-rw-r--r-- | print/libgnomeprint/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 889a56956b03..6f9539942905 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: libgnomeprint -# Date created: 15 Jan 1999 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> -# +# Created by: Vanilla I. Shu <vanilla@FreeBSD.org> # $FreeBSD$ # $MCom: ports/print/libgnomeprint/Makefile,v 1.77 2010/09/28 16:38:29 kwm Exp $ # @@ -24,9 +21,9 @@ USE_BZIP2= yes LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ popt.0:${PORTSDIR}/devel/popt -USE_BISON= build +USES= bison pathfix USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack gnomehier glib20 pango libxml2 \ +USE_GNOME= gnomeprefix intlhack gnomehier glib20 pango libxml2 \ libartlgpl2 ltverhack USE_GETTEXT= yes USE_LDCONFIG= yes |