diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-12-18 22:06:50 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-12-18 22:06:50 +0000 |
commit | 62ede14c752834c022a212740ff2e68e0016d2c1 (patch) | |
tree | beb2058e74a1288b8c4fcb53c1257a42f692389c /cad/klayout | |
parent | ddf28d222b85ea1aa57e731d5db25fd5997edbc7 (diff) | |
download | freebsd-ports-62ede14c752834c022a212740ff2e68e0016d2c1.zip |
Get rid of QT_PREFIX in favour of PREFIX.
QT_PREFIX was a remnant of a bygone time.
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8825
Diffstat (limited to 'cad/klayout')
-rw-r--r-- | cad/klayout/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile index 60f2ccdb1868..cc149aeee8ed 100644 --- a/cad/klayout/Makefile +++ b/cad/klayout/Makefile @@ -35,7 +35,7 @@ do-build: CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" \ _MAKE_JOBS="${_MAKE_JOBS}" LOCALBASE="${LOCALBASE}" \ ${SH} build.sh -platform ${PLATFORMKEYWORD} \ - -qtbin ${QT_PREFIX}/bin \ + -qtbin ${PREFIX}/bin \ -qtinc ${QT_INCDIR} \ -qtlib ${QT_LIBDIR} \ -python ${PYTHON_CMD} |