diff options
Diffstat (limited to 'devel/SDL/Makefile')
-rw-r--r-- | devel/SDL/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile index 47f5ae4f7df..af8394533af 100644 --- a/devel/SDL/Makefile +++ b/devel/SDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2006/08/04 22:12:28 markd Exp $ +# $NetBSD: Makefile,v 1.74 2006/10/09 12:52:34 joerg Exp $ DISTNAME= SDL-1.2.11 PKGREVISION= 1 @@ -9,6 +9,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.libsdl.org/ COMMENT= Simple DirectMedia Layer, a cross-platform multimedia library +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake |