summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-04-12 22:08:59 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-04-12 22:08:59 +0000
commit54dfda041169d1ff5b38a7564a9dfdc2a88df460 (patch)
treeae322ce0c154def2a45ea26a21f7506c6307f00a /games
parent4ed222056bca4eb8b26b2fd905c990d1eea2faa2 (diff)
downloadpkgsrc-54dfda041169d1ff5b38a7564a9dfdc2a88df460.tar.gz
fix paths for qt1
Diffstat (limited to 'games')
-rw-r--r--games/amor/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/amor/Makefile b/games/amor/Makefile
index 6130a5c9809..7ebf382c294 100644
--- a/games/amor/Makefile
+++ b/games/amor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/11/05 02:36:58 hubertf Exp $
+# $NetBSD: Makefile,v 1.4 2000/04/12 22:08:59 dmcmahill Exp $
#
DISTNAME= amor-0.6
@@ -13,7 +13,7 @@ DEPENDS+= kdebase-1.1.2:../../x11/kdebase
USE_X11BASE= yes # To get this near KDE
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt \
- --with-qt-libraries=${X11BASE}/lib
+CONFIGURE_ENV+= QTDIR=${X11BASE}/qt1
+CONFIGURE_ARGS+=--with-qt-dir=${X11BASE}/qt1
.include "../../mk/bsd.pkg.mk"