diff options
Diffstat (limited to 'net/wmwlmon/Makefile')
-rw-r--r-- | net/wmwlmon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wmwlmon/Makefile b/net/wmwlmon/Makefile index 8f666055e60c..204441684a2e 100644 --- a/net/wmwlmon/Makefile +++ b/net/wmwlmon/Makefile @@ -31,7 +31,7 @@ BROKEN= Does not compile with GCC 4.2 post-patch: ${CP} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.presed - ${SED} -e 's#/usr/X11R6#${X11BASE}#g' \ + ${SED} -e 's#/usr/X11R6#${LOCALBASE}#g' \ -e 's#/usr/local#${LOCALBASE}#g' \ ${WRKSRC}/Makefile.presed > ${WRKSRC}/Makefile |