summaryrefslogtreecommitdiff
path: root/x11/kterm
diff options
context:
space:
mode:
authorfredb <fredb>2000-09-11 03:53:04 +0000
committerfredb <fredb>2000-09-11 03:53:04 +0000
commit1efc23599ff3b9f7cbb80ab035df17aab34c39ec (patch)
treea5f29e34c169eca17fb94e10422ecfec8e9ab352 /x11/kterm
parent33a5276507e1aaceaae87191fa153f0ee51f650f (diff)
downloadpkgsrc-1efc23599ff3b9f7cbb80ab035df17aab34c39ec.tar.gz
Remove redundant DEPENDS on xpm. To recap, USE_XPM generates the DEPENDS
automatically on systems that need it, in order to accomodate XFree86-4.x out-of-the-box installs, which include xpm.
Diffstat (limited to 'x11/kterm')
-rw-r--r--x11/kterm/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/kterm/Makefile b/x11/kterm/Makefile
index 64535ab91c0..847cc7aa2f8 100644
--- a/x11/kterm/Makefile
+++ b/x11/kterm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/08/23 23:14:34 tron Exp $
+# $NetBSD: Makefile,v 1.7 2000/09/11 03:53:04 fredb Exp $
DISTNAME= kterm-6.2.0
CATEGORIES= x11
@@ -23,7 +23,6 @@ BUILD_DEFS+= KTERM_USE_WALLPAPER
XAW_TYPE?= standard
.if defined(KTERM_USE_WALLPAPER) && ${KTERM_USE_WALLPAPER} == YES
-DEPENDS+= xpm-3.4k:../../graphics/xpm
PATCH_SITES+= http://delegate.uec.ac.jp:8081/club/mma/%7Etakkun/fun/handling/
PATCHFILES+= KTerm-BGP-1.0.patch.gz
.endif