diff options
Diffstat (limited to 'net/kdetelnet/Makefile')
-rw-r--r-- | net/kdetelnet/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/kdetelnet/Makefile b/net/kdetelnet/Makefile index 296c560ee2ef..d331a451b223 100644 --- a/net/kdetelnet/Makefile +++ b/net/kdetelnet/Makefile @@ -14,15 +14,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext -LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 -USE_QT= yes +USE_KDELIBS_VER=1 USE_GMAKE= yes USE_AUTOMAKE= yes CONFIGURE_ENV= QTDIR="${X11BASE}" KDEDIR="${LOCALBASE}" -CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/X11/qt \ - --with-extra-includes=${X11BASE}/include \ - --with-extra-libs=${LOCALBASE}/lib \ +CONFIGURE_ARGS= --with-extra-includes=${X11BASE}/include \ --program-transform-name='s,k,kde,' post-extract: |