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 | |
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.
-rw-r--r-- | games/freeciv-client/Makefile | 3 | ||||
-rw-r--r-- | x11/kterm/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/games/freeciv-client/Makefile b/games/freeciv-client/Makefile index f954ad62e1d..df449f9a15a 100644 --- a/games/freeciv-client/Makefile +++ b/games/freeciv-client/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2000/08/23 23:14:27 tron Exp $ +# $NetBSD: Makefile,v 1.5 2000/09/11 03:53:05 fredb Exp $ PKGNAME= ${DISTNAME:S/-/-client-/} DEPENDS+= freeciv-share-${FC_VERS}:../../games/freeciv-share DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext -DEPENDS+= xpm-*:../../graphics/xpm CONFLICTS= freeciv-client-gtk-* 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 |