summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-22 20:28:47 +0000
committerjlam <jlam>2005-05-22 20:28:47 +0000
commitd760c40cdf591de7dcd072e90bc0787977202104 (patch)
tree241d2823c401d78f7a7f1c2fef687b213864c459 /emulators
parent1acb7eacfb1e5799386bd6be9fb2b4905e987402 (diff)
downloadpkgsrc-d760c40cdf591de7dcd072e90bc0787977202104.tar.gz
Replace explicit build dependencies on bison and manipulations on the
YACC variable with USE_TOOLS+=bison.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine/Makefile7
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