diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-22 06:19:40 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-22 06:19:40 +0000 |
commit | 1fad8ad261ed1b12005a701b8f494a1ae6d2a07e (patch) | |
tree | ffe58071ffa5a402940ec654c34061759d4080b9 /print/gimp-print/Makefile | |
parent | 72e173d179d34b4bd0581ff5bbd4082c51664be4 (diff) | |
download | freebsd-ports-1fad8ad261ed1b12005a701b8f494a1ae6d2a07e.zip |
upgrade to 4.2.3
PR: 44352
Submitted by: Ports Fury
Diffstat (limited to 'print/gimp-print/Makefile')
-rw-r--r-- | print/gimp-print/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/gimp-print/Makefile b/print/gimp-print/Makefile index d9e15be905c9..baa0d40ba15f 100644 --- a/print/gimp-print/Makefile +++ b/print/gimp-print/Makefile @@ -5,12 +5,12 @@ # $FreeBSD$ PORTNAME= gimp-print -PORTVERSION= 4.2.2 +PORTVERSION= 4.2.3 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext @@ -30,7 +30,7 @@ MAN8= cups-calibrate.8 PLIST_SUB+= CUPS="@comment " .else LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base -BUILD_DEPENDS+= cups-config:${PORTSDIR}/print/cups-base +RUN_DEPENDS+= espgs:${PORTSDIR}/print/cups-pstoraster CONFIGURE_ARGS+= --with-cups=${PREFIX} PLIST_SUB+= CUPS="" .endif |