diff options
author | obrien <obrien@FreeBSD.org> | 1999-05-25 23:38:56 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-05-25 23:38:56 +0000 |
commit | d11ac9a02922c65f1b38f88192d4df68b56c8e27 (patch) | |
tree | 9c6664a6a94bbd2b4ba8e909bb20102f86ef3bd9 /mail | |
parent | a6e9b4d3fd6657f23911e4b485e4308bec3a57bb (diff) | |
download | FreeBSD-ports-d11ac9a02922c65f1b38f88192d4df68b56c8e27.zip FreeBSD-ports-d11ac9a02922c65f1b38f88192d4df68b56c8e27.tar.gz |
Depend on `urlview' when offically package building.
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 e72917b..7af058c 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 e72917b..7af058c 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 e72917b..7af058c 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 |