diff options
-rw-r--r-- | print/ghostscript/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index ac8d496177f..a773aa08607 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2009/11/01 23:57:29 gdt Exp $ +# $NetBSD: Makefile,v 1.71 2009/11/02 00:00:31 gdt Exp $ DISTNAME= ghostscript-8.70 PKGREVISION= 1 @@ -10,6 +10,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ghostscript.sourceforge.net/ COMMENT= Postscript interpreter +# Plus adobe verbatim for Resources/CMap. +LICENSE= gnu-gpl-v3 + DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts CONFLICTS+= ghostscript-afpl-[0-9]* |