diff options
author | tron <tron> | 1999-03-15 00:11:08 +0000 |
---|---|---|
committer | tron <tron> | 1999-03-15 00:11:08 +0000 |
commit | 77a513835e07cdff8e73721f2aa746a37ad25394 (patch) | |
tree | bcf56c613201189e46622cee20c88568ee9dc3f2 /sysutils/mc/Makefile | |
parent | 14a341c73241def4c7fb0bad377d11ac6b597ac5 (diff) | |
download | pkgsrc-77a513835e07cdff8e73721f2aa746a37ad25394.tar.gz |
Add conflict with "gmc" package.
Diffstat (limited to 'sysutils/mc/Makefile')
-rw-r--r-- | sysutils/mc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile index 1e247a3bffd..1754b5c53cc 100644 --- a/sysutils/mc/Makefile +++ b/sysutils/mc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1999/03/14 23:07:55 tron Exp $ +# $NetBSD: Makefile,v 1.16 1999/03/15 00:11:08 tron Exp $ # FreeBSD Id: Makefile,v 1.16 1997/11/30 19:37:48 vanilla Exp # @@ -13,6 +13,8 @@ HOMEPAGE= http://www.gnome.org/mc/ DEPENDS+= libslang-1.2.2:../../devel/libslang +CONFLICTS+= gmc-* + GNU_CONFIGURE= YES USE_GMAKE= yes # XXX the cat-id-tbl is not up to date, so the catgets is broken. |