diff options
author | fredb <fredb@pkgsrc.org> | 2000-09-11 03:53:04 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-09-11 03:53:04 +0000 |
commit | 908557f0ecfeb6e00cca509f0ff19180136876cd (patch) | |
tree | a5f29e34c169eca17fb94e10422ecfec8e9ab352 /x11/kterm | |
parent | 5378397b19f9f4fa22a4e606f119a4ced7fedea2 (diff) | |
download | pkgsrc-908557f0ecfeb6e00cca509f0ff19180136876cd.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/Makefile | 3 |
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 |