aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/qscintilla
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-01-20 21:12:38 +0800
committerarved <arved@FreeBSD.org>2004-01-20 21:12:38 +0800
commit51efe3792815c8284cdc149becc9d6eafb869aa5 (patch)
treee1ae16c413f94635c181de1da4a99a3febb377f4 /x11-toolkits/qscintilla
parentab7e8b5d15c1156f6989bc4f91d27cd4ef079c39 (diff)
downloadfreebsd-ports-gnome-51efe3792815c8284cdc149becc9d6eafb869aa5.tar.gz
freebsd-ports-gnome-51efe3792815c8284cdc149becc9d6eafb869aa5.tar.zst
freebsd-ports-gnome-51efe3792815c8284cdc149becc9d6eafb869aa5.zip
Location of qmake code changed.
Submitted by: leafy <leafy@leafy.idv.tw>
Diffstat (limited to 'x11-toolkits/qscintilla')
-rw-r--r--x11-toolkits/qscintilla/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/qscintilla/Makefile b/x11-toolkits/qscintilla/Makefile
index ce95aa411c00..7237e88cc62e 100644
--- a/x11-toolkits/qscintilla/Makefile
+++ b/x11-toolkits/qscintilla/Makefile
@@ -21,8 +21,8 @@ USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
do-configure:
- cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${X11BASE}/bin/qmake \
- -spec ${X11BASE}/share/qt/mkspecs/freebsd-g++ qscintilla.pro
+ cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${LOCALBASE}/bin/qmake \
+ -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ qscintilla.pro
do-install:
${INSTALL_DATA} ${WRKSRC}/qextscintilla*.h ${PREFIX}/include;