Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Sep 2007 15:52:42 -0700
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        x11@FreeBSD.org
Subject:   Xmh port patch
Message-ID:  <20070916225242.GA76637@dragon.NUXI.org>

next in thread | raw e-mail | index | archive | help
Hi folks,
The Xmh port really should depend on the MH MUA now that we've broken
things down into individual packages.  (It should also move to under
mail/ instead of x11/, but I'll leave that up to you folks to initiate.)

Ok, to commit?

-- 
-- David  (obrien@FreeBSD.org)

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/xmh/Makefile,v
retrieving revision 1.1
diff -u -p -r1.1 Makefile
--- Makefile	19 May 2007 20:28:01 -0000	1.1
+++ Makefile	16 Sep 2007 22:50:35 -0000
@@ -7,11 +7,13 @@
 
 PORTNAME=	xmh
 PORTVERSION=	1.0.1
-CATEGORIES=	x11
+CATEGORIES=	mail x11
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	Send and read mail with an X interface to MH
 
+RUN_DEPENDS+=	repl:${PORTSDIR}/mail/nmh
+
 XORG_CAT=	app
 USE_XORG=	xt xaw
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070916225242.GA76637>