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 | 02ca2f10b9e12a40163b741fcb8647970565d6f2 (patch) | |
tree | 38552be3cfc20594be439f712150645c3b314cdf /graphics | |
parent | e0db7cf8af3a17a73e540aa5959dbc3f4fe4494c (diff) | |
download | pkgsrc-02ca2f10b9e12a40163b741fcb8647970565d6f2.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 |