diff options
author | tron <tron@pkgsrc.org> | 1998-06-19 17:27:36 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-06-19 17:27:36 +0000 |
commit | b3ad86ba679572a8d6bf5fb3e62c3dd5aac1a209 (patch) | |
tree | b2e162a247bebf35fe71ca9325d637b0ee133820 /emulators/wine | |
parent | cfa9cb3a6b036c4264d651e45685a4fa2a6f56dd (diff) | |
download | pkgsrc-b3ad86ba679572a8d6bf5fb3e62c3dd5aac1a209.tar.gz |
Package conflicts with "wine-980215".
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 0789af8bbf4..b5834f59370 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/06/18 23:48:52 tron Exp $ +# $NetBSD: Makefile,v 1.8 1998/06/19 17:27:36 tron Exp $ DISTNAME= Wine-980614 PKGNAME= wine-980614 @@ -9,6 +9,8 @@ ONLY_FOR_ARCHS= i386 MAINTAINER= mycroft@NetBSD.ORG +CONFLICTS= wine-980215 + DEPENDS+= xpm-3.4j:../../graphics/xpm USE_X11= yes |