mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
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>
This commit is contained in:
parent
59f98c1159
commit
93c87329b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47038
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user