diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-20 00:12:57 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-20 00:12:57 +0000 |
commit | 4656bbc4c283e603fbf8427c67fe196c7b48891c (patch) | |
tree | 38552be3cfc20594be439f712150645c3b314cdf /graphics | |
parent | fba4099f12796dd7e330b6409d2c4cafc9b8d0f7 (diff) | |
download | pkgsrc-4656bbc4c283e603fbf8427c67fe196c7b48891c.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/freeglut/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/freeglut/Makefile b/graphics/freeglut/Makefile index e8f69d47ad1..fd96bd47721 100644 --- a/graphics/freeglut/Makefile +++ b/graphics/freeglut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/04/19 18:36:02 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/04/20 00:12:57 minskim Exp $ # DISTNAME= freeglut-2.2.0 @@ -11,6 +11,8 @@ COMMENT= Alternative to the OpenGL Utility Toolkit (GLUT) library CONFLICTS= glut-[0-9]*:../../graphics/glut +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes |