Index: print/gutenprint-base/Makefile =================================================================== --- print/gutenprint-base/Makefile +++ print/gutenprint-base/Makefile @@ -4,7 +4,7 @@ PORTNAME?= gutenprint PORTVERSION= 5.2.10 -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES= print MASTER_SITES= SF/gimp-print/gutenprint-5.2/${PORTVERSION} PKGNAMESUFFIX?= -base @@ -27,7 +27,7 @@ .include -USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 +USES+= gettext gmake libtool pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--without-gimp --without-gimp2 USE_LDCONFIG= yes Index: print/gutenprint-cups/Makefile =================================================================== --- print/gutenprint-cups/Makefile +++ print/gutenprint-cups/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ # $MCom: ports/print/gutenprint-cups/Makefile,v 1.1 2007/03/30 16:42:47 ahze Exp $ +PORTREVISION= 2 PORTEPOCH= 0 PKGNAMESUFFIX= -cups @@ -15,4 +16,6 @@ GUT_SLAVE= cups PLIST= ${.CURDIR}/pkg-plist +USES= perl5 + .include "${MASTERDIR}/Makefile"