diff options
author | steve <steve@FreeBSD.org> | 1998-07-11 00:28:05 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-11 00:28:05 +0000 |
commit | f246fffb2d2f2b1b2091f20b848fcca127ba4f35 (patch) | |
tree | d806ae630ef137dbac3a4e85be4bd826bce8544f /mail | |
parent | e4630a84c6c6df6611289f68a187de78ece31d6a (diff) | |
download | FreeBSD-ports-f246fffb2d2f2b1b2091f20b848fcca127ba4f35.zip FreeBSD-ports-f246fffb2d2f2b1b2091f20b848fcca127ba4f35.tar.gz |
This only depends on elm if you don't set -mailprog to anything.
Straightened out by: David O'Brien and Donald Maddox
Diffstat (limited to 'mail')
-rw-r--r-- | mail/glbiff/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/glbiff/Makefile b/mail/glbiff/Makefile index fa71f50..476415d 100644 --- a/mail/glbiff/Makefile +++ b/mail/glbiff/Makefile @@ -3,7 +3,7 @@ # Date created: 18 May 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.1.1.1 1998/05/21 22:36:14 mph Exp $ +# $Id: Makefile,v 1.2 1998/07/04 19:09:21 steve Exp $ # DISTNAME= glbiff-0.2 @@ -17,7 +17,6 @@ LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa \ MesaGLU\\.13\\.:${PORTSDIR}/graphics/Mesa \ Mesatk\\.13\\.:${PORTSDIR}/graphics/Mesa \ glut\\.3\\.:${PORTSDIR}/graphics/Mesa -RUN_DEPENDS= elm:${PORTSDIR}/mail/elm USE_IMAKE= yes WRKSRC= ${WRKDIR}/glbiff |