summaryrefslogtreecommitdiff
path: root/x11-toolkits/soqt
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2016-12-18 22:06:50 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2016-12-18 22:06:50 +0000
commit62ede14c752834c022a212740ff2e68e0016d2c1 (patch)
treebeb2058e74a1288b8c4fcb53c1257a42f692389c /x11-toolkits/soqt
parentUse dp_DISTINFO_FILE instead of DISTINFO_FILE (diff)
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
Notes
Notes: svn path=/head/; revision=428889
Diffstat (limited to 'x11-toolkits/soqt')
-rw-r--r--x11-toolkits/soqt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/soqt/Makefile b/x11-toolkits/soqt/Makefile
index 747b81dda076..0d75978600fe 100644
--- a/x11-toolkits/soqt/Makefile
+++ b/x11-toolkits/soqt/Makefile
@@ -21,7 +21,7 @@ USE_QT4= corelib opengl moc_build
QT_NONSTANDARD= yes
USE_GL= gl
GNU_CONFIGURE= yes
-CONFIGURE_ENV= QTDIR="${QT_PREFIX}" MOC="${MOC}"
+CONFIGURE_ENV= QTDIR="${PREFIX}" MOC="${MOC}"
CONFIGURE_ARGS= --with-pthread=yes --with-coin=${LOCALBASE} \
--with-qt=${QT_LIBDIR} \
--enable-debug=no