diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-05-25 23:38:56 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-05-25 23:38:56 +0000 |
commit | 650768ca586f3245dc03f0e129a6f9a05a84b3b7 (patch) | |
tree | dde1ca4d887bc12e25b32136a0c281e931362c6a /mail | |
parent | 5387df7a3f3652c29528245a7995aab304e3c3b5 (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/Makefile | 5 | ||||
-rw-r--r-- | mail/mutt/Makefile | 5 | ||||
-rw-r--r-- | mail/mutt14/Makefile | 5 |
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 |