diff options
author | wiz <wiz> | 2002-03-14 00:41:19 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-03-14 00:41:19 +0000 |
commit | fa3569f817e73189559487d7f11e2226a84c98ee (patch) | |
tree | d579144796365d3fb15bab75fde5db9dee106dcd /games/nethack/Makefile | |
parent | 8234d912c116eb77344de6c2caa85381927ebd6b (diff) | |
download | pkgsrc-fa3569f817e73189559487d7f11e2226a84c98ee.tar.gz |
Wildcard dependency.
Diffstat (limited to 'games/nethack/Makefile')
-rw-r--r-- | games/nethack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack/Makefile b/games/nethack/Makefile index fe58af9806c..5a6b449d243 100644 --- a/games/nethack/Makefile +++ b/games/nethack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/03/13 17:37:02 fredb Exp $ +# $NetBSD: Makefile,v 1.10 2002/03/14 00:41:19 wiz Exp $ .include "../nethack-lib/Makefile.common" @@ -12,7 +12,7 @@ COMMENT= Meta-package for NetHack with x11, qt and tty versions DEPENDS+= nethack-tty-${NETHACK_VERSION}:../nethack-tty DEPENDS+= nethack-x11-${NETHACK_VERSION}:../nethack-x11 -DEPENDS+= nethack-qt-${NETHACK_VERSION}:../nethack-qt +DEPENDS+= nethack-qt>=${NETHACK_VERSION}:../nethack-qt USE_X11= yes EXTRACT_ONLY= # empty |