diff options
author | asami <asami@FreeBSD.org> | 1998-11-27 14:30:48 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-27 14:30:48 +0800 |
commit | abf794624631d3ff6324ab7c57279b00620cb8cc (patch) | |
tree | 6aa1f3bd64907c501b6820fd84284e6660d1b0de /astro | |
parent | 1dad694ece0c89d68cfb7d68503605a7b7549e6f (diff) | |
download | freebsd-ports-gnome-abf794624631d3ff6324ab7c57279b00620cb8cc.tar.gz freebsd-ports-gnome-abf794624631d3ff6324ab7c57279b00620cb8cc.tar.zst freebsd-ports-gnome-abf794624631d3ff6324ab7c57279b00620cb8cc.zip |
Define USE_XLIB.
Diffstat (limited to 'astro')
-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 4c196456cb93..abc6ed704775 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: |