diff options
author | itohy <itohy@pkgsrc.org> | 2000-11-09 05:14:27 +0000 |
---|---|---|
committer | itohy <itohy@pkgsrc.org> | 2000-11-09 05:14:27 +0000 |
commit | 779221e627fa5db8f4df25e78e6c4cebeffe0fb3 (patch) | |
tree | b2e0b14c6b6cea12d06f50b99d207600351eeb30 /japanese/skkinput/Makefile | |
parent | 95bfb657f51ba323d4577cf6eeb32dc8d9c62fad (diff) | |
download | pkgsrc-779221e627fa5db8f4df25e78e6c4cebeffe0fb3.tar.gz |
BUILD_DEFS+= USE_INET6
Diffstat (limited to 'japanese/skkinput/Makefile')
-rw-r--r-- | japanese/skkinput/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/skkinput/Makefile b/japanese/skkinput/Makefile index 6ff09d0c28d..ddf8697778e 100644 --- a/japanese/skkinput/Makefile +++ b/japanese/skkinput/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/01/20 07:10:53 itohy Exp $ +# $NetBSD: Makefile,v 1.3 2000/11/09 05:14:27 itohy Exp $ DISTNAME= skkinput-2.03 CATEGORIES= japanese @@ -7,6 +7,8 @@ MASTER_SITES= http://member.nifty.ne.jp/Tatari_SAKAMOTO/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.yajima.kuis.kyoto-u.ac.jp/staffs/sakamoto/skkinput/skkinput.html +BUILD_DEFS+= USE_INET6 + USE_IMAKE= YES # skk.conf uses /usr/pkg (${LOCALBASE}), not /usr/X11R6 (${PREFIX}) |