diff options
author | wiz <wiz@pkgsrc.org> | 2012-05-05 00:55:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-05-05 00:55:46 +0000 |
commit | 586fd539d2f550f6ef3297c8cd1494f973899571 (patch) | |
tree | 29718c5799365405efed594a3ce864b2f9001782 /graphics/agg/Makefile | |
parent | bee4546b9e3ebc8c34430726fd14b5d6596f1e4d (diff) | |
download | pkgsrc-586fd539d2f550f6ef3297c8cd1494f973899571.tar.gz |
Fix build with automake-1.12.
While here, set LICENSE.
Diffstat (limited to 'graphics/agg/Makefile')
-rw-r--r-- | graphics/agg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/agg/Makefile b/graphics/agg/Makefile index 3471d13384a..72c7ceefd7a 100644 --- a/graphics/agg/Makefile +++ b/graphics/agg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/01/26 14:17:38 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2012/05/05 00:55:46 wiz Exp $ # DISTNAME= agg-2.5 @@ -9,6 +9,7 @@ MASTER_SITES= http://www.antigrain.com/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.antigrain.com/ COMMENT= High Quality Rendering Engine for C++ +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |