- Respect X11BASE
PR: ports/106071 Submitted by: rafan Approved by: portmgr (linimon)
This commit is contained in:
parent
81e75d5a3b
commit
7166a481df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179260
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ pre-configure:
|
|||
@${REINPLACE_CMD} -e ' \
|
||||
s|\$$gtk_config_prefix/bin/gtk-config|\$${GTK_CONFIG}|g; \
|
||||
s|\$$gtk_config_exec_prefix/bin/gtk-config|\$${GTK_CONFIG}|g; \
|
||||
s|/usr/local|${LOCALBASE}|g' \
|
||||
s|/usr/local|${LOCALBASE}|g; s|/usr/X11R6|${X11BASE}|g '\
|
||||
${WRKSRC}/auto/configure
|
||||
|
||||
# Clean up junk files to keep them from being installed.
|
||||
|
|
Loading…
Reference in a new issue