summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-05-25 23:38:56 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-05-25 23:38:56 +0000
commit650768ca586f3245dc03f0e129a6f9a05a84b3b7 (patch)
treedde1ca4d887bc12e25b32136a0c281e931362c6a /mail
parentInitial import of the Mozilla Perl interface to LDAP (diff)
Depend on `urlview' when offically package building.
Notes
Notes: svn path=/head/; revision=18998
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt-devel/Makefile5
-rw-r--r--mail/mutt/Makefile5
-rw-r--r--mail/mutt14/Makefile5
3 files changed, 12 insertions, 3 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index e72917bd8229..7af058cdd6e1 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -4,7 +4,7 @@
# Date created: Thur July 25, 1996
# Whom: David O'Brien (obrien@NUXI.com)
#
-# $Id: Makefile,v 1.57 1999/02/16 15:32:31 ache Exp $
+# $Id: Makefile,v 1.58 1999/03/04 03:13:46 obrien Exp $
DISTNAME= mutt-0.95.4i
PKGNAME= mutt-0.95.4
@@ -38,6 +38,9 @@ LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses
.elif defined(USE_SLANG)
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
.endif
+.if defined(PACKAGE_BUILDING)
+RUN_DEPENDS+= urlview:${PORTSDIR}/textproc/urlview
+.endif
DIST_SUBDIR= mutt
PATCH_DIST_STRIP= -p1
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index e72917bd8229..7af058cdd6e1 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -4,7 +4,7 @@
# Date created: Thur July 25, 1996
# Whom: David O'Brien (obrien@NUXI.com)
#
-# $Id: Makefile,v 1.57 1999/02/16 15:32:31 ache Exp $
+# $Id: Makefile,v 1.58 1999/03/04 03:13:46 obrien Exp $
DISTNAME= mutt-0.95.4i
PKGNAME= mutt-0.95.4
@@ -38,6 +38,9 @@ LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses
.elif defined(USE_SLANG)
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
.endif
+.if defined(PACKAGE_BUILDING)
+RUN_DEPENDS+= urlview:${PORTSDIR}/textproc/urlview
+.endif
DIST_SUBDIR= mutt
PATCH_DIST_STRIP= -p1
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile
index e72917bd8229..7af058cdd6e1 100644
--- a/mail/mutt14/Makefile
+++ b/mail/mutt14/Makefile
@@ -4,7 +4,7 @@
# Date created: Thur July 25, 1996
# Whom: David O'Brien (obrien@NUXI.com)
#
-# $Id: Makefile,v 1.57 1999/02/16 15:32:31 ache Exp $
+# $Id: Makefile,v 1.58 1999/03/04 03:13:46 obrien Exp $
DISTNAME= mutt-0.95.4i
PKGNAME= mutt-0.95.4
@@ -38,6 +38,9 @@ LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses
.elif defined(USE_SLANG)
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
.endif
+.if defined(PACKAGE_BUILDING)
+RUN_DEPENDS+= urlview:${PORTSDIR}/textproc/urlview
+.endif
DIST_SUBDIR= mutt
PATCH_DIST_STRIP= -p1