[Try to] Look for dependcancies in ${LOCALBASE}.

This commit is contained in:
David E. O'Brien 2005-12-28 22:46:29 +00:00
parent a6f39b1c2a
commit 19bec80a66
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152314

View file

@ -141,7 +141,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|${PREFIX}|g' \
s|/usr/local|${LOCALBASE}|g' \
${WRKSRC}/auto/configure
# Clean up junk files to keep them from being installed.