diff options
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" |