diff options
Diffstat (limited to 'devel/SDL/Makefile')
-rw-r--r-- | devel/SDL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile index 1bc9a5dd816..6ce79427551 100644 --- a/devel/SDL/Makefile +++ b/devel/SDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/10/15 07:39:43 wulf Exp $ +# $NetBSD: Makefile,v 1.3 2000/10/15 12:06:34 rh Exp $ # DISTNAME= SDL-1.1.5 @@ -12,11 +12,11 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake DEPENDS+= pth>=1.3.5:../../devel/pth #DEPENDS+= unproven-pthreads>=0.16 -DEPENDS+= Mesa-*:../../graphics/Mesa DEPENDS+= esound>=0.2.18:../../audio/esound GNU_CONFIGURE= YES USE_GMAKE= YES +USE_MESA= YES USE_X11= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |