diff options
Diffstat (limited to 'print/gimp-gutenprint')
-rw-r--r-- | print/gimp-gutenprint/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/gimp-gutenprint/Makefile b/print/gimp-gutenprint/Makefile index 1a6bb4daad70..46342da9df13 100644 --- a/print/gimp-gutenprint/Makefile +++ b/print/gimp-gutenprint/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: gutenprint-gimp -# Date created: 2006-12-31 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/print/gimp-gutenprint/Makefile,v 1.5 2007/10/24 21:05:40 ahze Exp $ @@ -19,4 +16,5 @@ MASTERDIR= ${.CURDIR}/../../print/gutenprint-base GUT_SLAVE= gimp PLIST= ${.CURDIR}/pkg-plist +NO_STAGE= yes .include "${MASTERDIR}/Makefile" |