diff options
author | mph <mph@FreeBSD.org> | 1998-08-27 02:32:47 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-08-27 02:32:47 +0800 |
commit | fdf08a85e82b5f9a3b942fea40736d7250b120bc (patch) | |
tree | d0c5cd22ebb41eba79d679951be968b289f0d236 /games/xzip | |
parent | 7a9cad7968fce956ed28e60fa0bab3b15bcfe6f0 (diff) | |
download | freebsd-ports-gnome-fdf08a85e82b5f9a3b942fea40736d7250b120bc.tar.gz freebsd-ports-gnome-fdf08a85e82b5f9a3b942fea40736d7250b120bc.tar.zst freebsd-ports-gnome-fdf08a85e82b5f9a3b942fea40736d7250b120bc.zip |
Add "USE_XLIB=yes".
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> |