diff options
author | wiz <wiz@pkgsrc.org> | 2003-07-02 09:14:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-07-02 09:14:06 +0000 |
commit | 9d3c1f5ea715b29a113a8b39251f090739716f96 (patch) | |
tree | d5fce5165cf1365817a39823ad3075dc47ff2eab | |
parent | 1655edeb5de801e1500ec49c64d988a8a1faedf3 (diff) | |
download | pkgsrc-9d3c1f5ea715b29a113a8b39251f090739716f96.tar.gz |
Fix USE_LIBTOOL line.
-rw-r--r-- | emulators/wine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 5598d12d99d..51a3baa3fa9 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2003/06/23 16:59:37 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2003/07/02 09:14:06 wiz Exp $ DISTNAME= Wine-20030618 PKGNAME= ${DISTNAME:S/W/w/} @@ -17,7 +17,7 @@ ONLY_FOR_PLATFORM= NetBSD-1.5Z*-i386 NetBSD-1.[6-9]*-i386 USE_BUILDLINK2= YES USE_X11= YES USE_GMAKE= YES -USE_LIBTOOL =YES +USE_LIBTOOL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-curses |