aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kdelibs3
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-08-29 07:08:12 +0800
committerwill <will@FreeBSD.org>2001-08-29 07:08:12 +0800
commit1d5b3456ebc67c7b2cbb8e84d2dc5fa351e8457d (patch)
treed314d00710dfad078328b97674d27b4961ab04e0 /x11/kdelibs3
parent2e86de79ccffd143b7013c00451d8fc6f474c394 (diff)
downloadfreebsd-ports-gnome-1d5b3456ebc67c7b2cbb8e84d2dc5fa351e8457d.tar.gz
freebsd-ports-gnome-1d5b3456ebc67c7b2cbb8e84d2dc5fa351e8457d.tar.zst
freebsd-ports-gnome-1d5b3456ebc67c7b2cbb8e84d2dc5fa351e8457d.zip
Move code designed to prevent people from compiling/installing KDE N.x
when KDE (N+1).x (N = radix 2, shift 1, order 1) is installed to pre-extract so one can still download the distfiles for (N+1).x. PR: 30167 Submitted by: Thierry Thomas <thierry@thomas.as>
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r--x11/kdelibs3/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile
index ab3e424df532..86c4ea87ecc6 100644
--- a/x11/kdelibs3/Makefile
+++ b/x11/kdelibs3/Makefile
@@ -55,6 +55,8 @@ pre-fetch:
@${ECHO} "then KDE2 will not build with SSL support."
@${ECHO}
.endif
+
+pre-extract:
.if exists(${LOCALBASE}/include/kfm.h)
@${ECHO}
@${ECHO} " NOTICE"