diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2012-12-30 12:12:31 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2012-12-30 12:12:31 +0000 |
commit | 48ea9e8ce5ff145e98a62da6ae9fac05bce3fbe7 (patch) | |
tree | c5dc40b716d66ca1f1f5fb48680be7ed15b7891d /x11-toolkits | |
parent | 8558ca7184e264bf7d73ef7f71ea0bd7d0da82ee (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 6c65c7fc2a63..164c35d3a87b 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -77,7 +77,9 @@ PACKAGE_COOKIE= ${WRKDIR}/.package_done.${PORTNAME}.${PREFIX:S/\//_/g} .include <bsd.port.pre.mk> +.if exists(${PREFIX}) PREFIX_REAL!= /bin/realpath ${PREFIX} +.endif # The previous Qt port versions installed qmake and qmake's specs under LOCALBASE # The new devel/qmake port installs them under LOCALBASE. We can use |