diff options
Diffstat (limited to 'japanese/kebook/Makefile')
-rw-r--r-- | japanese/kebook/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/japanese/kebook/Makefile b/japanese/kebook/Makefile index d54bbba8c179..b26cbc06bec5 100644 --- a/japanese/kebook/Makefile +++ b/japanese/kebook/Makefile @@ -13,16 +13,13 @@ MASTER_SITES= http://www.os.rim.or.jp/~s_mitu/library/kebook/ \ MAINTAINER= hige@higesoft.os.rim.or.jp -LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 \ - eb.3:${PORTSDIR}/japanese/eb +LIB_DEPENDS= eb.3:${PORTSDIR}/japanese/eb BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext -RUN_DEPENDS= kfm:${PORTSDIR}/x11/kdebase11 +USE_KDEBASE_VER=1 USE_BZIP2= yes USE_GMAKE= yes -USE_NEWGCC= yes USE_LIBTOOL= yes -USE_QT= yes CONFIGURE_ARGS= "--with-qt-dir=${QTDIR}" \ "--with-qt-includes=${QTDIR}/include/X11/qt" \ |