diff options
author | wiz <wiz@pkgsrc.org> | 2002-03-08 21:50:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-03-08 21:50:41 +0000 |
commit | bab330b5a76801296655e42c3700e8932be6cb0f (patch) | |
tree | 9758c808a535a0f02979be7820769dd3a76a5cc7 /misc | |
parent | 57e8956f16fe58ece6dd8a4da6f50e99706b3cc3 (diff) | |
download | pkgsrc-bab330b5a76801296655e42c3700e8932be6cb0f.tar.gz |
Make it compile with xpkgwedge.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kdrill/Makefile | 4 | ||||
-rw-r--r-- | misc/kdrill/distinfo | 4 | ||||
-rw-r--r-- | misc/kdrill/patches/patch-aa | 11 |
3 files changed, 15 insertions, 4 deletions
diff --git a/misc/kdrill/Makefile b/misc/kdrill/Makefile index bd1193c2ac9..b38e36a46a7 100644 --- a/misc/kdrill/Makefile +++ b/misc/kdrill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/02/07 13:49:06 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2002/03/08 21:50:41 wiz Exp $ # DISTNAME= kdrill5.11.6 @@ -13,6 +13,8 @@ COMMENT= kanji quiz and japanese dictionary USE_IMAKE= yes USE_X11BASE= yes +SCRIPTS_ENV+= BUILDLINK_X11_DIR="${BUILDLINK_X11_DIR}" + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/kdrill cd ${WRKSRC}/makedic && \ diff --git a/misc/kdrill/distinfo b/misc/kdrill/distinfo index 5c8004db805..d6746225052 100644 --- a/misc/kdrill/distinfo +++ b/misc/kdrill/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/02/07 13:49:06 wiz Exp $ +$NetBSD: distinfo,v 1.2 2002/03/08 21:50:41 wiz Exp $ SHA1 (kdrill5.11.6.tar.gz) = 8ce3594c81f717a4fd1488a952b0a05111679cd0 Size (kdrill5.11.6.tar.gz) = 182956 bytes -SHA1 (patch-aa) = 42fc93ca33c380cc947a526c97cb887c2e778ebb +SHA1 (patch-aa) = c8e05c7555fc3f8932730ad7a7137945b5690f11 diff --git a/misc/kdrill/patches/patch-aa b/misc/kdrill/patches/patch-aa index 328ee0466a9..4bb25946040 100644 --- a/misc/kdrill/patches/patch-aa +++ b/misc/kdrill/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/02/07 13:49:06 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2002/03/08 21:50:41 wiz Exp $ --- Imakefile.orig Wed Feb 6 01:56:16 2002 +++ Imakefile @@ -13,3 +13,12 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/02/07 13:49:06 wiz Exp $ # If for some reason, the user prefs stuff isn't working for you, # and you can't compile, uncomment this +@@ -67,7 +67,7 @@ + /* + * I don't like putting <X11/...> for everything, so.. + */ +-INCLUDES = -I$(INCROOT)/X11 ++INCLUDES = -I$(BUILDLINK_X11_DIR)/include/X11 + + /* + * If you need to debug things, use this |