diff options
author | minskim <minskim> | 2005-02-23 04:09:50 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-02-23 04:09:50 +0000 |
commit | 29b5e8fed10de6443ca9e606c5a4a8d2eee0c33c (patch) | |
tree | 1c486618c769365233d17dfa8d1b637499265daa /graphics/graphviz/Makefile | |
parent | 4d4d72f17eaf6471708c49db27a7a99a6eefe6d0 (diff) | |
download | pkgsrc-29b5e8fed10de6443ca9e606c5a4a8d2eee0c33c.tar.gz |
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
Diffstat (limited to 'graphics/graphviz/Makefile')
-rw-r--r-- | graphics/graphviz/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 12d1f8abdb0..3bc05a03d94 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2004/12/24 18:26:56 seb Exp $ +# $NetBSD: Makefile,v 1.28 2005/02/23 04:09:51 minskim Exp $ # DISTNAME= graphviz-2.0 @@ -13,6 +13,8 @@ LICENSE= graphviz-license DIST_SUBDIR= ${PKGNAME_NOREV} +PKG_INSTALLATION_TYPES= overwrite pkgviews + GNU_CONFIGURE= yes USE_BUILDLINK3= yes USE_LIBTOOL= yes |