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
2 changed files with 2 additions and 6 deletions
|
@ -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…
Reference in a new issue