Exactly pass empty string as prefix to use plain default KDE settings.
Back to the previous behaviour and fix PR#43052.
This commit is contained in:
parent
a775d3db99
commit
c25ad56601
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.23 2010/03/20 19:09:10 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2010/04/01 06:02:27 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= kdissert-1.0.7
|
||||
|
@ -21,7 +21,7 @@ PYTHON_FOR_BUILD_ONLY= yes
|
|||
do-configure:
|
||||
${RUN} ${_ULIMIT_CMD} \
|
||||
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
|
||||
${PYTHONBIN} waf configure --prefix=${PREFIX}
|
||||
${PYTHONBIN} waf configure --prefix=''
|
||||
|
||||
do-build:
|
||||
${RUN} ${_ULIMIT_CMD} \
|
||||
|
|
Loading…
Reference in a new issue