diff options
author | will <will@FreeBSD.org> | 2003-12-01 13:43:07 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2003-12-01 13:43:07 +0800 |
commit | 2d7d41ba4beb07276fefc3f9fe1a155f0a8df518 (patch) | |
tree | b115fdfc2bccabcf5eb3e4fa8c0c9a68f902a303 /x11 | |
parent | 92b30499af4f88e534e25f81f4af79f7af2797fc (diff) | |
download | freebsd-ports-graphics-2d7d41ba4beb07276fefc3f9fe1a155f0a8df518.tar.gz freebsd-ports-graphics-2d7d41ba4beb07276fefc3f9fe1a155f0a8df518.tar.zst freebsd-ports-graphics-2d7d41ba4beb07276fefc3f9fe1a155f0a8df518.zip |
Add bits for slave port kde-lite.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde3/Makefile | 11 | ||||
-rw-r--r-- | x11/kde4/Makefile | 11 |
2 files changed, 16 insertions, 6 deletions
diff --git a/x11/kde3/Makefile b/x11/kde3/Makefile index a3a5d3f70fe..3147f159f27 100644 --- a/x11/kde3/Makefile +++ b/x11/kde3/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. diff --git a/x11/kde4/Makefile b/x11/kde4/Makefile index a3a5d3f70fe..3147f159f27 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. |