diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-08-26 18:32:47 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-08-26 18:32:47 +0000 |
commit | b2defd26b657665251b381ea4a52379ca0184727 (patch) | |
tree | 353053e62c39cfafadc3adefa985ee43719b73c0 /games/xzip | |
parent | ffb4db21fa0b6da7f01a542daea2b0f3c90fbb3d (diff) | |
download | ports-b2defd26b657665251b381ea4a52379ca0184727.tar.gz ports-b2defd26b657665251b381ea4a52379ca0184727.zip |
Notes
Diffstat (limited to 'games/xzip')
-rw-r--r-- | games/xzip/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xzip/Makefile b/games/xzip/Makefile index 80ba568e8df1..e76355695157 100644 --- a/games/xzip/Makefile +++ b/games/xzip/Makefile @@ -3,7 +3,7 @@ # Date created: 28 June 1998 # Whom: Matthew Hunt <mph@FreeBSD.org> # -# $Id: Makefile,v 1.5 1998/07/20 17:28:41 asami Exp $ +# $Id: Makefile,v 1.6 1998/07/20 18:42:57 mph Exp $ # DISTNAME= xzip180 @@ -17,6 +17,8 @@ MAINTAINER= mph@freebsd.org WRKSRC= ${WRKDIR}/xzip ALL_TARGET= +USE_XLIB= yes + MAN1= xzip.1 .include <bsd.port.mk> |