diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-11-12 23:20:09 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-11-12 23:20:09 +0000 |
commit | 3adea051cea75f3d971d7aa49bb21d531d7ceaf9 (patch) | |
tree | e6c4b9aa02592c69126acede819c07f5b5896c29 /emulators/wine | |
parent | 4a9b2ad461486e9d7e866abfe5416b158408ed89 (diff) | |
download | pkgsrc-3adea051cea75f3d971d7aa49bb21d531d7ceaf9.tar.gz |
Some more pkglint stuff.
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index af20cde1a09..cf359a117f0 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 1998/08/20 15:16:53 tsarna Exp $ +# $NetBSD: Makefile,v 1.13 1998/11/12 23:20:09 frueauf Exp $ DISTNAME= Wine-980614 PKGNAME= wine-980614 +WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development @@ -10,14 +11,13 @@ ONLY_FOR_ARCHS= i386 MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www.winehq.com/ -CONFLICTS= wine-980215 - DEPENDS+= xpm-3.4k:../../graphics/xpm +CONFLICTS= wine-980215 + USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-dll -WRKSRC= ${WRKDIR}/${PKGNAME} post-install: ${INSTALL_DATA} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf.example |