diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-06-06 22:56:17 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-06-06 22:56:17 +0000 |
commit | 09c474435b4ebfc07bf967c04ca0158a14f50ff8 (patch) | |
tree | 287ccedda9a3a1749c7afe2eb5a572db379719ab /astro/xephem/Makefile | |
parent | Mark this port broken: (diff) |
Add missing dependency on graphics/xpm/
Notes
Notes:
svn path=/head/; revision=11306
Diffstat (limited to 'astro/xephem/Makefile')
-rw-r--r-- | astro/xephem/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile index 8ebf49b9fd82..5e0cf8e37088 100644 --- a/astro/xephem/Makefile +++ b/astro/xephem/Makefile @@ -3,7 +3,7 @@ # Date created: Thu Aug 1 09:10:22 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.5 1997/03/27 23:44:44 erich Exp $ +# $Id: Makefile,v 1.6 1998/04/29 11:12:11 tg Exp $ # DISTNAME= xephem-3.1 @@ -15,6 +15,8 @@ MASTER_SITES= ftp://iraf.noao.edu/contrib/xephem/xephem-3.1/ \ MAINTAINER= erich@FreeBSD.org +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + REQUIRES_MOTIF= yes USE_IMAKE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/GUI/xephem |