diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2003-07-29 04:26:22 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2003-07-29 04:26:22 +0000 |
commit | ac4ef3820bce26f3bbb3fb8b1baaeae42b7028ca (patch) | |
tree | e774043ee6ff3c3d53fd74afbfa1a6efb14d22e3 /Mk/bsd.kde4.mk | |
parent | a64b51263a686de76321c6baecd611e2e35e3297 (diff) | |
download | ports-ac4ef3820bce26f3bbb3fb8b1baaeae42b7028ca.tar.gz ports-ac4ef3820bce26f3bbb3fb8b1baaeae42b7028ca.zip |
Notes
Diffstat (limited to 'Mk/bsd.kde4.mk')
-rw-r--r-- | Mk/bsd.kde4.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.kde4.mk b/Mk/bsd.kde4.mk index 47e6493947f8..938273892c87 100644 --- a/Mk/bsd.kde4.mk +++ b/Mk/bsd.kde4.mk @@ -70,7 +70,7 @@ LIB_DEPENDS+= kdecore:${PORTSDIR}/x11/kdelibs3 USE_QT_VER= 3 PREFIX= ${KDE_PREFIX} .else -BROKEN= "KDE2 is gone. This port needs to be updated or deleted!" +BROKEN= "Unknown value in USE_KDELIBS_VER" # kdelibs 2.x common stuff -- DEFAULT USE_QT_VER= 2 .endif # ${USE_KDELIBS_VER} == 3 @@ -113,7 +113,7 @@ CONFIGURE_ENV+= MOC="${MOC}" CPPFLAGS="${QTCPPFLAGS}" LIBS="${QTCFGLIBS}" \ # Yeah, it's namespace pollution, but this is really the best place for this # stuff. Arts does NOT use it anymore. -KDE_VERSION= 3.1.2 +KDE_VERSION= 3.1.3 KDE_ORIGVER= ${KDE_VERSION} KDE_PREFIX?= ${LOCALBASE} |