diff options
author | minskim <minskim> | 2004-04-24 16:00:16 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-04-24 16:00:16 +0000 |
commit | 835c31c0acb9a4750070dabe21765cd4db27ad6d (patch) | |
tree | 5d4c123c32a81fa5acf4b8141e0bc8c398a66f38 | |
parent | 612abd2ca443f7d79912ed0406f894be199d71a6 (diff) | |
download | pkgsrc-835c31c0acb9a4750070dabe21765cd4db27ad6d.tar.gz |
Enable pkgviews installation.
-rw-r--r-- | devel/atk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/atk/Makefile b/devel/atk/Makefile index e2dc2dfe959..fb1522b1d98 100644 --- a/devel/atk/Makefile +++ b/devel/atk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2004/04/19 16:44:42 jmmv Exp $ +# $NetBSD: Makefile,v 1.30 2004/04/24 16:00:16 minskim Exp $ # DISTNAME= atk-1.6.1 @@ -10,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://developer.gnome.org/projects/gap/ COMMENT= Set of interfaces for accessibility +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes USE_GNU_TOOLS+= make GNU_CONFIGURE= yes |