[maintainer] x11-toolkits/qscintilla: make X11BASE agnostic
*BASE police: This port used /usr/X11R6 somewhere, should be X11BASE PR: ports/87850 Submitted by: Danny Pansters <danny@ricin.com>
This commit is contained in:
parent
729618417a
commit
7414dcd4fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146165
1 changed files with 2 additions and 2 deletions
|
@ -90,9 +90,9 @@ post-configure:
|
|||
${MV} Makefile.tmp Makefile && \
|
||||
cd ${WRKSRC}/designer && \
|
||||
${CAT} designer.pro | ${GREP} -v lqscintilla > designer.tmp && \
|
||||
${ECHO} "INCPATH += /usr/X11R6/include ../qt" >> \
|
||||
${ECHO} "INCPATH += ${X11BASE}/include ../qt" >> \
|
||||
designer.tmp && \
|
||||
${ECHO} "LIBS += -L../qt -L/usr/X11R6/lib -lqscintilla" >> \
|
||||
${ECHO} "LIBS += -L../qt -L${X11BASE}/lib -lqscintilla" >> \
|
||||
designer.tmp && \
|
||||
${ECHO} "DESTDIR = ." >> designer.tmp && \
|
||||
${MV} designer.tmp designer.pro )
|
||||
|
|
Loading…
Reference in a new issue