diff options
author | steve <steve@FreeBSD.org> | 1998-07-04 19:09:21 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-04 19:09:21 +0000 |
commit | b7a5ddf45051061ebddce46e910af45079ee615b (patch) | |
tree | a64f2f87f0944683616bb77c54fccf683772f4cf /mail | |
parent | 4fad72f5a56b80405956f4777a9f5089b7ffb8f6 (diff) | |
download | FreeBSD-ports-b7a5ddf45051061ebddce46e910af45079ee615b.zip FreeBSD-ports-b7a5ddf45051061ebddce46e910af45079ee615b.tar.gz |
Add a RUN_DEPENDS on elm.
PR: 6772
Submitted by: Donald J. Maddox <dmaddox@scsn.net>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/glbiff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/glbiff/Makefile b/mail/glbiff/Makefile index ba028b3..fa71f50 100644 --- a/mail/glbiff/Makefile +++ b/mail/glbiff/Makefile @@ -3,7 +3,7 @@ # Date created: 18 May 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/21 22:36:14 mph Exp $ # DISTNAME= glbiff-0.2 @@ -17,6 +17,7 @@ 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 |