diff options
Diffstat (limited to 'games/kdegames3/Makefile')
-rw-r--r-- | games/kdegames3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/kdegames3/Makefile b/games/kdegames3/Makefile index f401a35..5b9f06e 100644 --- a/games/kdegames3/Makefile +++ b/games/kdegames3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kdegames -PORTVERSION= 2.0 +PORTVERSION= 2.0.1 CATEGORIES= games kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src @@ -20,8 +20,7 @@ MOC?= ${X11BASE}/bin/moc2 USE_BZIP2= yes USE_NEWGCC= yes USE_AUTOCONF= yes -CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \ - --with-qt-includes=${X11BASE}/include/qt2 \ +CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt2 \ --with-qt-libraries=${X11BASE}/lib \ --with-extra-libs=${LOCALBASE}/lib CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \ |