diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-09 14:05:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-09 14:05:50 +0000 |
commit | ef5c8ed42b5f83bfa34699052d684f23e761e43e (patch) | |
tree | 82ab845b1db083e88ed835d07dece15a80699928 /devel/SDL | |
parent | fbf38e8840be11bf05366e3d5753230a5969222f (diff) | |
download | pkgsrc-ef5c8ed42b5f83bfa34699052d684f23e761e43e.tar.gz |
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Diffstat (limited to 'devel/SDL')
-rw-r--r-- | devel/SDL/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile index f2d3289ad60..813fe10d7fe 100644 --- a/devel/SDL/Makefile +++ b/devel/SDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.116 2014/08/17 09:24:47 wiz Exp $ +# $NetBSD: Makefile,v 1.117 2014/10/09 14:06:07 wiz Exp $ DISTNAME= SDL-1.2.15 PKGREVISION= 12 @@ -15,7 +15,6 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes PTHREAD_OPTS+= require -PKG_INSTALLATION_TYPES= overwrite pkgviews CPPFLAGS+= -DPREFIX="\"${PREFIX}\"" CPPFLAGS+= -DX11BASE="\"${X11BASE}\"" |