Xmh port patch

David O'Brien obrien at FreeBSD.org
Sun Sep 16 16:12:31 PDT 2007


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 at 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 at 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
 


More information about the freebsd-x11 mailing list