diff options
Diffstat (limited to 'devel/kdelibdocs/Makefile')
-rw-r--r-- | devel/kdelibdocs/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/kdelibdocs/Makefile b/devel/kdelibdocs/Makefile index cd682fefc1b7..996430f5d955 100644 --- a/devel/kdelibdocs/Makefile +++ b/devel/kdelibdocs/Makefile @@ -14,11 +14,9 @@ MASTER_SITES= ftp://129.187.206.68/pub/unix/ide/KDevelop/documentation/ \ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS?= kdecore.3:${PORTSDIR}/x11/kdelibs11 - +USE_KDELIBS_VER=1 USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= "--with-qtdoc-dir=${X11BASE}/share/doc/qt/html" \ - "--with-qt-includes=${X11BASE}/include/X11/qt" +CONFIGURE_ARGS= "--with-qtdoc-dir=${X11BASE}/share/doc/qt/html" .include <bsd.port.mk> |