diff options
author | jschauma <jschauma> | 2003-03-12 21:02:24 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-03-12 21:02:24 +0000 |
commit | d530d0bec30f3c5e7b0c82ed5414a95de983dacf (patch) | |
tree | 085f08c135fbb33519e64d7f0dc6412684274790 /games/amor | |
parent | fb93152701bed80e746a10cf3660dbfa62791403 (diff) | |
download | pkgsrc-d530d0bec30f3c5e7b0c82ed5414a95de983dacf.tar.gz |
Fix broken dependencies due to bump of PKGREVISION caused by Mesa update.
Pointed out by wiz.
Diffstat (limited to 'games/amor')
-rw-r--r-- | games/amor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/amor/Makefile b/games/amor/Makefile index 45d58436854..bbcc576dedc 100644 --- a/games/amor/Makefile +++ b/games/amor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/03/13 17:36:58 fredb Exp $ +# $NetBSD: Makefile,v 1.11 2003/03/12 21:02:26 jschauma Exp $ # DISTNAME= amor-0.6 @@ -11,7 +11,7 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.powerup.com.au/~mjones/amor/index.html COMMENT= Small blob that sits on top of your active window -DEPENDS+= kdebase-1.1.2nb1:../../x11/kdebase +DEPENDS+= kdebase-1.1.2nb2:../../x11/kdebase USE_X11BASE= yes # To get this near KDE GNU_CONFIGURE= yes |