diff options
author | asami <asami@FreeBSD.org> | 1998-11-27 06:30:48 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-27 06:30:48 +0000 |
commit | abf794624631d3ff6324ab7c57279b00620cb8cc (patch) | |
tree | 6aa1f3bd64907c501b6820fd84284e6660d1b0de /astro/sattrack | |
parent | 1dad694ece0c89d68cfb7d68503605a7b7549e6f (diff) | |
download | FreeBSD-ports-abf794624631d3ff6324ab7c57279b00620cb8cc.zip FreeBSD-ports-abf794624631d3ff6324ab7c57279b00620cb8cc.tar.gz |
Define USE_XLIB.
Diffstat (limited to 'astro/sattrack')
-rw-r--r-- | astro/sattrack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/sattrack/Makefile b/astro/sattrack/Makefile index 4c19645..abc6ed7 100644 --- a/astro/sattrack/Makefile +++ b/astro/sattrack/Makefile @@ -3,7 +3,7 @@ # Date created: 6 Apr 1996 # Whom: Brent J. Nordquist <bjn@visi.com> # -# $Id: Makefile,v 1.7 1997/03/02 11:54:20 asami Exp $ +# $Id: Makefile,v 1.8 1997/08/18 22:19:20 fenner Exp $ # DISTNAME= sattrack-3.1.6 @@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= bjn@visi.com +USE_XLIB= yes WRKSRC= ${WRKDIR}/SatTrack-3.1.6/src post-install: |