summaryrefslogtreecommitdiff
path: root/emulators/wine/Makefile
diff options
context:
space:
mode:
authorjunyoung <junyoung>2002-12-09 14:42:54 +0000
committerjunyoung <junyoung>2002-12-09 14:42:54 +0000
commit070543a8437c094623c88290894351fbb28a0a0f (patch)
tree725924ad7a56b2d8e75db01d2d3210de1d00f64b /emulators/wine/Makefile
parentcecb83d3aca12ca369007e00f84619040d76918c (diff)
downloadpkgsrc-070543a8437c094623c88290894351fbb28a0a0f.tar.gz
Update to 20021125. From Juan <Juan@xtraeme.dyndns.org> via pkg/19309.
WHAT'S NEW with Wine-20021125: (see ChangeLog for details) - Finished conversion to STRICT compilation mode. - WinHelp revival. - Client-side fonts supported even without RENDER extension. - Regression tests no longer require Perl. - Lots of bug fixes.
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r--emulators/wine/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 48f039e6562..97b7812b595 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2002/11/15 18:34:40 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2002/12/09 14:42:54 junyoung Exp $
-DISTNAME= Wine-20021031
+DISTNAME= Wine-20021125
PKGNAME= ${DISTNAME:S/W/w/}
-WRKSRC= ${WRKDIR}/wine-20021031
+WRKSRC= ${WRKDIR}/wine-20021125
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SUNSITE:=ALPHA/wine/development/}
@@ -18,9 +18,6 @@ USE_BUILDLINK2= YES
USE_X11= YES
USE_GMAKE= YES
-USE_PERL5= run
-REPLACE_PERL= tools/winedump/function_grep.pl tools/winemaker
-
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --without-curses
CONFIGURE_ENV+= ac_cv_path_ARTSCCONFIG=no
@@ -52,6 +49,5 @@ post-install:
.include "../../graphics/Mesa/buildlink2.mk"
.include "../../graphics/freetype2/buildlink2.mk"
.include "../../graphics/jpeg/buildlink2.mk"
-.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"