diff options
author | wiz <wiz> | 2011-02-11 01:18:10 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-02-11 01:18:10 +0000 |
commit | 1b3369196ee6bfd8e822dba414cc6ec18d1e10fb (patch) | |
tree | 0514af76e960b11744a991ed4b2d6fe04bad118e /print | |
parent | 1c5c01110f2a17b31a2dbac4cb94be9793de9054 (diff) | |
download | pkgsrc-1b3369196ee6bfd8e822dba414cc6ec18d1e10fb.tar.gz |
Set LICENSE.
Diffstat (limited to 'print')
-rw-r--r-- | print/scribus/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 1591d60d086..8dcde2449e6 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2011/01/13 13:39:15 wiz Exp $ +# $NetBSD: Makefile,v 1.73 2011/02/11 01:18:10 wiz Exp $ DISTNAME= scribus-1.3.3.14 PKGREVISION= 3 @@ -9,6 +9,8 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.scribus.net/ COMMENT= Publishing layout with graphical interface +# plus exceptions for qt3 and Windows GDI+ linkage +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |