diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-23 04:40:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-23 04:40:59 +0000 |
commit | 326169077a1ea33e6ce3ca3fd58f9e44cc2eb041 (patch) | |
tree | d8094c229e6aa2ba7ccd261556aaa1939c21a233 /games/netmaj | |
parent | a97936193dc3417e78f64b9361579ab280ca8f30 (diff) | |
download | pkgsrc-326169077a1ea33e6ce3ca3fd58f9e44cc2eb041.tar.gz |
USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.
Diffstat (limited to 'games/netmaj')
-rw-r--r-- | games/netmaj/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/netmaj/Makefile b/games/netmaj/Makefile index f7404c6333c..fc9f6a37b60 100644 --- a/games/netmaj/Makefile +++ b/games/netmaj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/03/10 00:58:25 snj Exp $ +# $NetBSD: Makefile,v 1.9 2004/03/23 04:41:00 jlam Exp $ # DISTNAME= netmaj-2.0.7 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.sfc.wide.ad.jp/~kusune/netmaj/ COMMENT= Mahjongg game with network and 1-4 player(s) support WRKSRC= ${WRKDIR}/netmaj -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes INSTALL_TARGET= install install-pf HTMLDIR= ${PREFIX}/share/doc/html/netmaj |