diff options
author | salo <salo@pkgsrc.org> | 2004-07-21 21:28:41 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-07-21 21:28:41 +0000 |
commit | e852eec4b29825b28ebcc5e1fabb818f716e117f (patch) | |
tree | cbcee97ef0d96d9d4e7aa1bd94fae26f1e16988e /misc/kdrill | |
parent | 67c5db45eea347ac45d89c08ca6126a1db624662 (diff) | |
download | pkgsrc-e852eec4b29825b28ebcc5e1fabb818f716e117f.tar.gz |
USE_IMAKE implies USE_X11BASE, remove pointless USE_X11.
Diffstat (limited to 'misc/kdrill')
-rw-r--r-- | misc/kdrill/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/kdrill/Makefile b/misc/kdrill/Makefile index d0c5b39b977..8bcd08f2290 100644 --- a/misc/kdrill/Makefile +++ b/misc/kdrill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/05/09 23:46:53 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2004/07/21 21:28:41 salo Exp $ # DISTNAME= kdrill5.11.6 @@ -16,7 +16,6 @@ DEPENDS+= kanjidic-[0-9]*:../../misc/kanjidic USE_BUILDLINK3= yes USE_IMAKE= yes -USE_X11= yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/kdrill |