diff options
author | tron <tron> | 1998-06-19 17:27:36 +0000 |
---|---|---|
committer | tron <tron> | 1998-06-19 17:27:36 +0000 |
commit | 221da197eb0ed2175f9f7f386cf955228c2ac397 (patch) | |
tree | b2e162a247bebf35fe71ca9325d637b0ee133820 /emulators | |
parent | 9e5799f67defaa01f1d67bebf2fb0f8bcbe5091b (diff) | |
download | pkgsrc-221da197eb0ed2175f9f7f386cf955228c2ac397.tar.gz |
Package conflicts with "wine-980215".
Diffstat (limited to 'emulators')
-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 |