mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
must explicity ask for final now
This commit is contained in:
parent
0c997e7355
commit
3095e0f48b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72980
@ -61,11 +61,9 @@ CONFIGURE_TARGET=
|
||||
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
.endif
|
||||
|
||||
.if !defined(_NO_KDE_FINAL)
|
||||
.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_FINAL)
|
||||
.if !defined(_NO_KDE_FINAL) && defined(WANT_KDE_FINAL)
|
||||
CONFIGURE_ARGS+=--enable-final
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if !defined(_NO_KDE_NDEBUG)
|
||||
.if defined(PARALLEL_PACKAGE_BUILD) || !defined(WANT_KDE_DEBUG)
|
||||
|
@ -61,11 +61,9 @@ CONFIGURE_TARGET=
|
||||
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
.endif
|
||||
|
||||
.if !defined(_NO_KDE_FINAL)
|
||||
.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_FINAL)
|
||||
.if !defined(_NO_KDE_FINAL) && defined(WANT_KDE_FINAL)
|
||||
CONFIGURE_ARGS+=--enable-final
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if !defined(_NO_KDE_NDEBUG)
|
||||
.if defined(PARALLEL_PACKAGE_BUILD) || !defined(WANT_KDE_DEBUG)
|
||||
|
Loading…
x
Reference in New Issue
Block a user