diff options
author | rh <rh> | 2000-10-15 11:49:21 +0000 |
---|---|---|
committer | rh <rh> | 2000-10-15 11:49:21 +0000 |
commit | bf73acdf9d0b55558ad32382931f9de75102a314 (patch) | |
tree | 94d348fcc138dfa5901b0c5ab7c75158ba10bad9 /graphics | |
parent | a4f04e536e24dbf29d260eb1fa5424f3920fd96c (diff) | |
download | pkgsrc-bf73acdf9d0b55558ad32382931f9de75102a314.tar.gz |
Add and enable glut
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index fff72536cf7..9c4a3553e5b 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 2000/10/15 11:46:31 rh Exp $ +# $NetBSD: Makefile,v 1.92 2000/10/15 11:49:21 rh Exp $ # FreeBSD Id: Makefile,v 1.53 1997/09/28 13:25:40 markm Exp # @@ -37,6 +37,7 @@ SUBDIR += gimp-helpbrowser SUBDIR += giram SUBDIR += glu + SUBDIR += glut SUBDIR += gnuplot SUBDIR += gphoto SUBDIR += gqview |