diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/amor/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/amor/Makefile b/games/amor/Makefile index 614cf71bfb6..f982566ddda 100644 --- a/games/amor/Makefile +++ b/games/amor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/11/05 01:58:18 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 1999/11/05 02:29:28 hubertf Exp $ # DISTNAME= amor-0.6 @@ -9,6 +9,9 @@ EXTRACT_SUFX= .tgz 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 CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt \ |