summaryrefslogtreecommitdiff
path: root/misc/kp/Makefile
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>1999-04-26 18:56:13 +0000
committergarbled <garbled@pkgsrc.org>1999-04-26 18:56:13 +0000
commit3fe7edf2399886ec0fb2bc928971ac6543d869ad (patch)
treee7cf0837ac28ba947958059c9f46abc82e5a4fb1 /misc/kp/Makefile
parentc216c41c0a815e355fdacc820a0e1bc8037d319d (diff)
downloadpkgsrc-3fe7edf2399886ec0fb2bc928971ac6543d869ad.tar.gz
add USE_X11=yes
Diffstat (limited to 'misc/kp/Makefile')
-rw-r--r--misc/kp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/kp/Makefile b/misc/kp/Makefile
index 799c71c282e..117a392f612 100644
--- a/misc/kp/Makefile
+++ b/misc/kp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1999/04/01 13:38:45 agc Exp $
+# $NetBSD: Makefile,v 1.11 1999/04/26 18:56:14 garbled Exp $
# FreeBSD Id: Makefile,v 1.8 1997/04/20 13:19:32 wosch Exp
#
@@ -10,6 +10,8 @@ MAINTAINER= packages@netbsd.org
DEPENDS= tk-8.0.5:../../x11/tk80
+USE_X11= yes
+
pre-configure:
for f in `find ${WRKDIR}/. -type f -print|xargs ${GREP} -l '/usr/local'`; do \
${SED} -e 's:/usr/local:'${PREFIX}':g' < $$f > $$f.pdone && ${MV} $$f.pdone $$f; \