diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:43:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:43:59 +0000 |
commit | 6c6152ff82abb7a2caa761a1d08eb6fcdd9123c5 (patch) | |
tree | 0c3309878fd450dd62184f1acef7c44d1acc7313 /print/gimp-gutenprint | |
parent | 4bcad8fbe603f44ebb6e03f8973707d0ff716aad (diff) |
Notes
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" |