diff options
author | asau <asau> | 2012-10-06 14:10:39 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-06 14:10:39 +0000 |
commit | 060b86e6eef037d8debe216a3978f29792a304b4 (patch) | |
tree | 302b2130ea1710cf302c1761a30f0dd22578be6f /graphics/glew/Makefile | |
parent | 9f7408a2b87ba1c5a399a8483da7280bdfeb6f84 (diff) | |
download | pkgsrc-060b86e6eef037d8debe216a3978f29792a304b4.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'graphics/glew/Makefile')
-rw-r--r-- | graphics/glew/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/glew/Makefile b/graphics/glew/Makefile index eab765e9c1d..a2e2053e75b 100644 --- a/graphics/glew/Makefile +++ b/graphics/glew/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/03/21 18:20:52 hans Exp $ +# $NetBSD: Makefile,v 1.14 2012/10/06 14:10:55 asau Exp $ DISTNAME= glew-1.6.0 CATEGORIES= graphics @@ -10,8 +10,6 @@ HOMEPAGE= http://glew.sourceforge.net/ COMMENT= OpenGL Extension Wrangler Library LICENSE= modified-bsd AND mit -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c c++ USE_TOOLS+= gmake PKGCONFIG_OVERRIDE= glew.pc.in |