diff options
author | obrien <obrien@FreeBSD.org> | 2007-10-12 08:29:38 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2007-10-12 08:29:38 +0800 |
commit | 51a163e7b84cb95efe3eb9d277584371b817dd40 (patch) | |
tree | d061e5761018aa13f9190c4547a52da0d64c432c /x11 | |
parent | 891e5a3da5a374ee0cc64a8125b156c6df060f7f (diff) | |
download | freebsd-ports-gnome-51a163e7b84cb95efe3eb9d277584371b817dd40.tar.gz freebsd-ports-gnome-51a163e7b84cb95efe3eb9d277584371b817dd40.tar.zst freebsd-ports-gnome-51a163e7b84cb95efe3eb9d277584371b817dd40.zip |
Xmh depend on emh, so add the runtime dependancy.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xmh/Makefile | 4 | ||||
-rw-r--r-- | x11/xorg-apps/Makefile | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x11/xmh/Makefile b/x11/xmh/Makefile index bb368e9ba004..2bd52f27406e 100644 --- a/x11/xmh/Makefile +++ b/x11/xmh/Makefile @@ -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 diff --git a/x11/xorg-apps/Makefile b/x11/xorg-apps/Makefile index 6188712b4d16..d40fe7d54dcd 100644 --- a/x11/xorg-apps/Makefile +++ b/x11/xorg-apps/Makefile @@ -84,7 +84,6 @@ RUN_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ xmag:${PORTSDIR}/x11/xmag \ xman:${PORTSDIR}/x11/xman \ xmessage:${PORTSDIR}/x11/xmessage \ - xmh:${PORTSDIR}/x11/xmh \ xmodmap:${PORTSDIR}/x11/xmodmap \ xmore:${PORTSDIR}/x11/xmore \ xphelloworld:${PORTSDIR}/x11/xphelloworld \ |