diff options
author | tron <tron> | 1998-06-19 23:20:16 +0000 |
---|---|---|
committer | tron <tron> | 1998-06-19 23:20:16 +0000 |
commit | 96df3f940ee95dd5bb62d57802e91f5ba4f05403 (patch) | |
tree | da4c2284c335bc483604eaf3cbbe155f2f02f37b /emulators/wine/Makefile | |
parent | 492d61435fc2df1726fa7db47424617f1523d4df (diff) | |
download | pkgsrc-96df3f940ee95dd5bb62d57802e91f5ba4f05403.tar.gz |
"wine" builds fine with our "make".
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r-- | emulators/wine/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index b5834f59370..ed4393005a2 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/06/19 17:27:36 tron Exp $ +# $NetBSD: Makefile,v 1.9 1998/06/19 23:20:16 tron Exp $ DISTNAME= Wine-980614 PKGNAME= wine-980614 @@ -16,7 +16,6 @@ DEPENDS+= xpm-3.4j:../../graphics/xpm USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-dll -#USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PKGNAME} post-install: |