diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-11-05 02:36:58 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-11-05 02:36:58 +0000 |
commit | 4b154ffd3d16af864667f03498ad594b263744d1 (patch) | |
tree | 36cb121cf6ff6ef9afc68c95e5361cf5a7e6536d /games | |
parent | f1e2d42967ad0eac358ceb424b53f03f54e61582 (diff) | |
download | pkgsrc-4b154ffd3d16af864667f03498ad594b263744d1.tar.gz |
fix depends
Diffstat (limited to 'games')
-rw-r--r-- | games/amor/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/amor/Makefile b/games/amor/Makefile index f982566ddda..6130a5c9809 100644 --- a/games/amor/Makefile +++ b/games/amor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/11/05 02:29:28 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1999/11/05 02:36:58 hubertf Exp $ # DISTNAME= amor-0.6 @@ -10,7 +10,6 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.powerup.com.au/~mjones/amor/index.html DEPENDS+= kdebase-1.1.2:../../x11/kdebase -DEPENDS+= nmap-2.12:../../net/nmap USE_X11BASE= yes # To get this near KDE GNU_CONFIGURE= yes |