diff options
author | will <will@FreeBSD.org> | 2001-08-29 07:08:12 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-08-29 07:08:12 +0800 |
commit | 1d5b3456ebc67c7b2cbb8e84d2dc5fa351e8457d (patch) | |
tree | d314d00710dfad078328b97674d27b4961ab04e0 /x11 | |
parent | 2e86de79ccffd143b7013c00451d8fc6f474c394 (diff) | |
download | freebsd-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')
-rw-r--r-- | x11/kdelibs11/Makefile | 2 | ||||
-rw-r--r-- | x11/kdelibs2/Makefile | 2 | ||||
-rw-r--r-- | x11/kdelibs3/Makefile | 2 | ||||
-rw-r--r-- | x11/kdelibs4/Makefile | 2 |
4 files changed, 7 insertions, 1 deletions
diff --git a/x11/kdelibs11/Makefile b/x11/kdelibs11/Makefile index 362ff6c2a5ff..ec783cf8f4de 100644 --- a/x11/kdelibs11/Makefile +++ b/x11/kdelibs11/Makefile @@ -44,7 +44,7 @@ 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: +pre-extract: .if exists(${LOCALBASE}/include/kwin.h) @${ECHO} @${ECHO} " NOTICE" diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile index ab3e424df532..86c4ea87ecc6 100644 --- a/x11/kdelibs2/Makefile +++ b/x11/kdelibs2/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" 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" diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index ab3e424df532..86c4ea87ecc6 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/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" |