diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/libgnomeprint/Makefile | 6 | ||||
-rw-r--r-- | print/lilypond/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 17f637e27..ee83a4199 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -3,12 +3,12 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/print/libgnomeprint/Makefile,v 1.69 2007/08/08 16:32:37 mezz Exp $ +# $MCom: ports/print/libgnomeprint/Makefile,v 1.70 2007/09/17 15:10:34 ahze Exp $ # PORTNAME= libgnomeprint PORTVERSION= 2.18.2 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -24,7 +24,7 @@ USE_BZIP2= yes LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ popt.0:${PORTSDIR}/devel/popt -USE_BISON= yes +USE_BISON= build USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack gnomehier glib20 pango libxml2 \ libartlgpl2 ltverhack diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 9e816fe41..c0b1cc6c9 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -4,12 +4,12 @@ # based on print/lilypond originally by trevor # # $FreeBSD$ -# $Id: Makefile,v 1.1 2007-08-04 03:51:30 marcus Exp $ +# $Id: Makefile,v 1.2 2007-10-17 21:36:13 mezz Exp $ # PORTNAME= lilypond PORTVERSION= 2.2.2 -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= print audio MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/:src \ http://distfiles.master.finkmirrors.net/:rpm @@ -34,7 +34,7 @@ INFO= lilypond lilypond-internals \ GNU_CONFIGURE= yes USE_GETTEXT= yes -USE_BISON= yes +USE_BISON= build USE_GMAKE= YES USE_PYTHON= YES MAKEFILE= GNUmakefile |