diff options
author | minskim <minskim@pkgsrc.org> | 2004-10-31 00:53:10 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-10-31 00:53:10 +0000 |
commit | 9d94b6fd74b594e0baae45660f1d852d2559604d (patch) | |
tree | 21ca858873323ef49481bf12781f1268a971c61c /graphics/glu | |
parent | a8f4e729fb8c167dd58066db929c3568ac5d25ed (diff) | |
download | pkgsrc-9d94b6fd74b594e0baae45660f1d852d2559604d.tar.gz |
Move PKG_INSTALLATION_TYPES to Makefile.common so that it is defined
before including bsd.prefs.mk.
Diffstat (limited to 'graphics/glu')
-rw-r--r-- | graphics/glu/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile index 0e4d3061311..3a8d481d641 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2004/10/29 01:34:40 minskim Exp $ +# $NetBSD: Makefile,v 1.37 2004/10/31 00:53:10 minskim Exp $ PKGNAME= ${DISTNAME:C/MesaLib/glu/} COMMENT= GLU polygon tessellation facility for Mesa @@ -8,8 +8,6 @@ CONFLICTS+= Mesa<3.2.1 .include "../Mesa/Makefile.common" -PKG_INSTALLATION_TYPES= overwrite pkgviews - USE_LANGUAGES= c c++ MESA_REQD+= ${MESA_VERSION} |