diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 09:59:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 09:59:35 +0800 |
commit | b3d2b44728bf4556d33fb2bfaac90888120298b3 (patch) | |
tree | 9be18e69133a50c1dd28848c5a281a232b6e131f /games/xjig | |
parent | cb21602e5d5c1931edf714c9b29703fbf9e99eb2 (diff) | |
download | freebsd-ports-gnome-b3d2b44728bf4556d33fb2bfaac90888120298b3.tar.gz freebsd-ports-gnome-b3d2b44728bf4556d33fb2bfaac90888120298b3.tar.zst freebsd-ports-gnome-b3d2b44728bf4556d33fb2bfaac90888120298b3.zip |
Add USE_XLIB.
Diffstat (limited to 'games/xjig')
-rw-r--r-- | games/xjig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xjig/Makefile b/games/xjig/Makefile index 24f4a32fa115..47d09341cb3d 100644 --- a/games/xjig/Makefile +++ b/games/xjig/Makefile @@ -3,7 +3,7 @@ # Date Created: 17 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.1.1.1 1997/11/18 09:27:00 tg Exp $ +# $Id: Makefile,v 1.2 1997/11/30 19:41:10 vanilla Exp $ # DISTNAME= xjig-2.4 @@ -14,6 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= vanilla@FreeBSD.ORG +USE_XLIB= yes MAKEFILE= Makefile.Linux MAN1= xjig.1 |