diff options
author | Will Andrews <will@FreeBSD.org> | 2003-12-01 05:43:07 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-12-01 05:43:07 +0000 |
commit | ca41d746f34a4cd3bb83e18ec9bf1923f699a382 (patch) | |
tree | c5f7efd547965c161254696159c52f5e23086835 /x11/kde4 | |
parent | ab96518bc4c86dbcfdf8048e2dc59095ab5ba954 (diff) | |
download | ports-ca41d746f34a4cd3bb83e18ec9bf1923f699a382.tar.gz ports-ca41d746f34a4cd3bb83e18ec9bf1923f699a382.zip |
Notes
Diffstat (limited to 'x11/kde4')
-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. |