diff options
-rw-r--r-- | Mk/bsd.kde.mk | 7 | ||||
-rw-r--r-- | Mk/bsd.kde4.mk | 7 | ||||
-rw-r--r-- | x11/kde3/Makefile | 2 | ||||
-rw-r--r-- | x11/kde4/Makefile | 2 |
4 files changed, 16 insertions, 2 deletions
diff --git a/Mk/bsd.kde.mk b/Mk/bsd.kde.mk index 0bf1eb4..068a8fd 100644 --- a/Mk/bsd.kde.mk +++ b/Mk/bsd.kde.mk @@ -67,6 +67,7 @@ USE_KDELIBS_VER=2 # kdelibs 3.x common stuff LIB_DEPENDS+= kdecore:${PORTSDIR}/x11/kdelibs3 USE_QT_VER= 3 +PREFIX= ${KDE_PREFIX} .else @@ -95,6 +96,12 @@ CONFIGURE_ENV+= MOC="${MOC}" QTDIR="${QTDIR}" .elif ${USE_QT_VER} == 3 +# Yeah, it's namespace pollution, but this is really the best place for this +# stuff since arts/kdelibs use it. +KDE_VERSION= 3.0.2 +KDE_ORIGVER= 3.0.1 +KDE_PREFIX?= ${LOCALBASE} + QTCPPFLAGS?= QTCGFLIBS?= diff --git a/Mk/bsd.kde4.mk b/Mk/bsd.kde4.mk index 0bf1eb4..068a8fd 100644 --- a/Mk/bsd.kde4.mk +++ b/Mk/bsd.kde4.mk @@ -67,6 +67,7 @@ USE_KDELIBS_VER=2 # kdelibs 3.x common stuff LIB_DEPENDS+= kdecore:${PORTSDIR}/x11/kdelibs3 USE_QT_VER= 3 +PREFIX= ${KDE_PREFIX} .else @@ -95,6 +96,12 @@ CONFIGURE_ENV+= MOC="${MOC}" QTDIR="${QTDIR}" .elif ${USE_QT_VER} == 3 +# Yeah, it's namespace pollution, but this is really the best place for this +# stuff since arts/kdelibs use it. +KDE_VERSION= 3.0.2 +KDE_ORIGVER= 3.0.1 +KDE_PREFIX?= ${LOCALBASE} + QTCPPFLAGS?= QTCGFLIBS?= diff --git a/x11/kde3/Makefile b/x11/kde3/Makefile index 8004c9f..d370280 100644 --- a/x11/kde3/Makefile +++ b/x11/kde3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kde -PORTVERSION= 3.0.1 +PORTVERSION= ${KDE_VERSION} CATEGORIES= x11 kde MASTER_SITES= # empty DISTFILES= # none diff --git a/x11/kde4/Makefile b/x11/kde4/Makefile index 8004c9f..d370280 100644 --- a/x11/kde4/Makefile +++ b/x11/kde4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kde -PORTVERSION= 3.0.1 +PORTVERSION= ${KDE_VERSION} CATEGORIES= x11 kde MASTER_SITES= # empty DISTFILES= # none |