From f0b9164cf1068dd6dc3d7a77da6b33ac09689177 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 23 Aug 2000 23:14:21 +0000 Subject: Use "USE_XPM" option instead of direct dependence on the "xpm" package. --- emulators/wine/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'emulators/wine') diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 67334c4a781..a9e3a2081e9 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/08/23 15:33:39 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2000/08/23 23:14:24 tron Exp $ DISTNAME= Wine-981211 PKGNAME= wine-981211 @@ -9,12 +9,11 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=ALPHA/wine/development/} MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www.winehq.com/ -DEPENDS+= xpm-3.4k:../../graphics/xpm - ONLY_FOR_PLATFORM= NetBSD-*-i386 -USE_X11BASE= yes -GNU_CONFIGURE= yes +USE_X11BASE= YES +USE_XPM= YES +GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-dll post-install: -- cgit v1.2.3