diff options
Diffstat (limited to 'x11/kde4/Makefile')
-rw-r--r-- | x11/kde4/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/x11/kde4/Makefile b/x11/kde4/Makefile index a3a5d3f70fee..3147f159f27a 100644 --- a/x11/kde4/Makefile +++ b/x11/kde4/Makefile @@ -6,15 +6,20 @@ # $FreeBSD$ # -PORTNAME= kde +PORTNAME?= kde PORTVERSION= ${KDE_VERSION} CATEGORIES= x11 kde MASTER_SITES= # empty DISTFILES= # none EXTRACT_ONLY= # empty -MAINTAINER= kde@FreeBSD.org -COMMENT= The "meta-port" for KDE +MAINTAINER?= kde@FreeBSD.org +COMMENT?= The "meta-port" for KDE + +# This port conflicts with the kde-lite port, so make it known. +.if defined(IS_INTERACTIVE) +CONFLICTS?= kde-lite-[0-9]* +.endif ## This is the file where the selections made in the interactive dialog ## are saved in and initialized from. |