diff options
Diffstat (limited to 'print/libgnomeprint/Makefile')
-rw-r--r-- | print/libgnomeprint/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 3780a47b5fac..96b32cea41f4 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -1,8 +1,6 @@ # 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 $ -# -# NOTE: Remind to update comms/gfax plist when PORTVERSION change. PORTNAME= libgnomeprint PORTVERSION= 2.18.8 @@ -35,6 +33,7 @@ PLIST_SUB= VERSION=${PORTVERSION} \ OPTIONS_DEFINE= CUPS OPTIONS_DEFAULT=CUPS +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCUPS} |