diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 13:39:01 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 13:39:01 +0800 |
commit | a894149e28a62d885fc4db716614a52851065b9d (patch) | |
tree | 6b0b6545792cee4fdeeb3769b3dac6dd98a13123 /misc/astrolog | |
parent | abe090a8d49d341efe615ea66ae9b9fe4c6cc9ce (diff) | |
download | freebsd-ports-gnome-a894149e28a62d885fc4db716614a52851065b9d.tar.gz freebsd-ports-gnome-a894149e28a62d885fc4db716614a52851065b9d.tar.zst freebsd-ports-gnome-a894149e28a62d885fc4db716614a52851065b9d.zip |
More USE_XLIBs.
Diffstat (limited to 'misc/astrolog')
-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 |