summaryrefslogtreecommitdiff
path: root/x11/kdelibs11
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-08-25 02:17:59 +0000
committerWill Andrews <will@FreeBSD.org>2001-08-25 02:17:59 +0000
commitfe68eec3e2fa264d5f1340fabe77df9fa12e9ce2 (patch)
tree771ed0b3e87afc2dfc2f01049a8f44c5f3dd4b3f /x11/kdelibs11
parentUnbreak (correct distfile names) (diff)
Reassign MAINTAINER to kde@FreeBSD.org, a group formed specifically to
maintain and improve QT/KDE on FreeBSD. This group (at this time) consists of: demon, olgeni, kevlo, lauri@kde.org, rwatson, and will. While I'm here, fail build of kdelibs11 if kdelibs2 is installed. This was originally supposed to be committed with the 2.2 update, but...
Notes
Notes: svn path=/head/; revision=46840
Diffstat (limited to 'x11/kdelibs11')
-rw-r--r--x11/kdelibs11/Makefile13
1 files changed, 12 insertions, 1 deletions
diff --git a/x11/kdelibs11/Makefile b/x11/kdelibs11/Makefile
index 1679e1341079..362ff6c2a5ff 100644
--- a/x11/kdelibs11/Makefile
+++ b/x11/kdelibs11/Makefile
@@ -17,7 +17,7 @@ PATCH_SITES= ftp://ftp.kde.gr.jp/pub/kde/stable/latest/distribution/tar/generic/
PATCHFILES= kdelibs-ja.19990903.diff.gz
PATCH_DIST_STRIP= -p1
-MAINTAINER= will@FreeBSD.org
+MAINTAINER= kde@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.4:${PORTSDIR}/graphics/png \
@@ -44,4 +44,15 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include" \
MTREE_CMD= ${CAT} ${MTREE_FILE} ${FILESDIR}/kde.dist | /usr/sbin/mtree
MTREE_ARGS= -U -d -e -p
+pre-fetch:
+.if exists(${LOCALBASE}/include/kwin.h)
+ @${ECHO}
+ @${ECHO} " NOTICE"
+ @${ECHO}
+ @${ECHO} "You have KDE2 headers installed! Installing this port"
+ @${ECHO} "will result in conflicts between KDE2 and KDE1!"
+ @${ECHO}
+ @${FALSE}
+.endif
+
.include <bsd.port.mk>