diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/libgnomeprint/Makefile | 9 | ||||
-rw-r--r-- | print/lilypond/Makefile | 2 |
2 files changed, 4 insertions, 7 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 diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 54d3b6feced9..97c0f677b4a6 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -41,7 +41,7 @@ INFO= lilypond-notation \ music-glossary \ internals -USE_BISON= build +USES= bison USE_GETTEXT= yes USE_GMAKE= yes USE_GHOSTSCRIPT=9 |