diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-24 20:39:20 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-24 20:39:20 +0000 |
commit | 971ce8db656bc3a870bbc6bdd69ed884daae3963 (patch) | |
tree | 50350ea6c0c3bed0b4bfcf1dcfdc3e30f9b4a7e8 /graphics/libart2 | |
parent | 85c1572e6a66be70ccebc2e76a0d893d7b116e72 (diff) | |
download | pkgsrc-971ce8db656bc3a870bbc6bdd69ed884daae3963.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'graphics/libart2')
-rw-r--r-- | graphics/libart2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/libart2/Makefile b/graphics/libart2/Makefile index 1760ea6b24f..8fc1154440e 100644 --- a/graphics/libart2/Makefile +++ b/graphics/libart2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/02/14 17:21:42 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2004/04/24 20:39:20 minskim Exp $ DISTNAME= libart_lgpl-2.3.16 PKGNAME= ${DISTNAME:S/_lgpl/2/} @@ -10,6 +10,8 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.levien.com/libart/ COMMENT= High-performance 2D graphics library +PKG_INSTALLATION_TYPES= overwrite pkgviews + GNU_CONFIGURE= YES USE_BUILDLINK3= YES USE_X11= YES |