diff options
author | minskim <minskim> | 2004-04-20 00:12:57 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-04-20 00:12:57 +0000 |
commit | 370b1981d740b2b90067767a72e1cd5fe7a19d4b (patch) | |
tree | 38552be3cfc20594be439f712150645c3b314cdf | |
parent | 2f18817e38bee3396ab1d40c763ab6cc7e51c423 (diff) | |
download | pkgsrc-370b1981d740b2b90067767a72e1cd5fe7a19d4b.tar.gz |
Enable pkgviews installation.
-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 |