diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-31 16:47:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-31 16:47:47 +0000 |
commit | 101b04ee1152ba900fed912850e695ff5b4592d4 (patch) | |
tree | c68874ff86a33cf9d7290b552a8933e80275f8c2 /graphics | |
parent | 4f098b48ff51609eec3df6a8cab4d02a6777438d (diff) | |
download | pkgsrc-101b04ee1152ba900fed912850e695ff5b4592d4.tar.gz |
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/plotutils/Makefile | 4 | ||||
-rw-r--r-- | graphics/qiv/Makefile | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index b410313ddc1..618ce57aaa2 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2004/02/21 14:46:50 minskim Exp $ +# $NetBSD: Makefile,v 1.30 2004/05/31 16:47:48 minskim Exp $ # DISTNAME= plotutils-2.4.1 @@ -12,6 +12,8 @@ COMMENT= Programs and library for plotting scientific data CONFLICTS+= plotutils-nox11-[0-9]* +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES USE_GCC_SHLIB= YES USE_X11= YES diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile index 98059fc1463..f6bda0b3352 100644 --- a/graphics/qiv/Makefile +++ b/graphics/qiv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/02/17 15:20:47 snj Exp $ +# $NetBSD: Makefile,v 1.14 2004/05/31 16:47:48 minskim Exp $ DISTNAME= qiv-1.9-src PKGNAME= ${DISTNAME:S/-src//} @@ -10,10 +10,14 @@ MAINTAINER= snj@NetBSD.org HOMEPAGE= http://www.klografx.net/qiv/ COMMENT= Quick image viewer +PKG_INSTALLATION_TYPES= overwrite pkgviews + WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_GNU_TOOLS+= make USE_BUILDLINK3= yes +INSTALLATION_DIRS= bin man/man1 + .include "../../devel/libgetopt/buildlink3.mk" .include "../../graphics/imlib/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" |