diff options
author | dmcmahill <dmcmahill> | 2000-04-12 22:08:59 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-04-12 22:08:59 +0000 |
commit | d6cf360436564116f22d7b42d947967b362a4d57 (patch) | |
tree | ae322ce0c154def2a45ea26a21f7506c6307f00a /games/amor | |
parent | b1cd6ae36a07c7ebe63263e9d2f5cd3a7ea219e8 (diff) | |
download | pkgsrc-d6cf360436564116f22d7b42d947967b362a4d57.tar.gz |
fix paths for qt1
Diffstat (limited to 'games/amor')
-rw-r--r-- | games/amor/Makefile | 6 |
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" |