diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-22 20:28:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-22 20:28:47 +0000 |
commit | 6a6cd5f01fe868efc05172603f50ca80b9d438a2 (patch) | |
tree | 241d2823c401d78f7a7f1c2fef687b213864c459 /emulators/wine | |
parent | 6a44e12a0bbb906af03439cb5910a712ce0609be (diff) | |
download | pkgsrc-6a6cd5f01fe868efc05172603f50ca80b9d438a2.tar.gz |
Replace explicit build dependencies on bison and manipulations on the
YACC variable with USE_TOOLS+=bison.
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index f21642f8057..f41ee83856e 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2005/05/22 20:07:59 jlam Exp $ +# $NetBSD: Makefile,v 1.84 2005/05/22 20:28:47 jlam Exp $ DISTNAME= Wine-20050310 PKGNAME= ${DISTNAME:S/W/w/} @@ -11,18 +11,15 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.winehq.com/ COMMENT= Free implementation of Windows on Unix (still alpha) -BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison BUILD_DEPENDS+= fontforge-[0-9]*:../../fonts/fontforge -YACC= ${PREFIX}/bin/bison -y - CONFLICTS= rewind-[0-9]* ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.6*-i386 NetBSD-[2-9]*-i386 ONLY_FOR_PLATFORM+= FreeBSD*-i386 Linux*-i386 SunOS*-i386 Darwin*-i386 WRKSRC= ${WRKDIR}/${DISTNAME:S/W/w/} -USE_TOOLS+= gmake +USE_TOOLS+= bison gmake USE_LIBTOOL= yes USE_X11= yes GNU_CONFIGURE= yes |