diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 05:39:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 05:39:01 +0000 |
commit | eaecff08766be7a8dd9893a60d764a5dce6591f2 (patch) | |
tree | 7defb921b2bd78b27d164d4511478dbf880a83af /misc/astrolog/Makefile | |
parent | 1b72fed96264f72d69c14c4214741cc526e57300 (diff) | |
download | ports-eaecff08766be7a8dd9893a60d764a5dce6591f2.tar.gz ports-eaecff08766be7a8dd9893a60d764a5dce6591f2.zip |
More USE_XLIBs.
Notes
Notes:
svn path=/head/; revision=14932
Diffstat (limited to 'misc/astrolog/Makefile')
-rw-r--r-- | misc/astrolog/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index 9fea5359c59d..a16832bfd7fc 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -7,7 +7,7 @@ # Date created: 31 July 1995 # Whom: faulkner@cactus.org # -# $Id: Makefile,v 1.11 1997/08/10 19:22:19 fenner Exp $ +# $Id: Makefile,v 1.12 1997/08/10 22:31:15 fenner Exp $ # DISTNAME= ast53unx @@ -22,6 +22,7 @@ DISTFILES= ${EXTRACT_ONLY} ${EPHEM} MAINTAINER= ache@FreeBSD.ORG +USE_XLIB= yes EXTRACT_CMD= ${SH} EXTRACT_ARGS= DIST_SUBDIR= astrolog |