diff options
Diffstat (limited to 'net/wmpiki/Makefile')
-rw-r--r-- | net/wmpiki/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wmpiki/Makefile b/net/wmpiki/Makefile index 2f5524f2555a..4ba3ca20a480 100644 --- a/net/wmpiki/Makefile +++ b/net/wmpiki/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_XORG= xpm post-patch: - @${REINPLACE_CMD} -e 's|/usr/X11R6|$$(X11BASE)|g' \ + @${REINPLACE_CMD} -e 's|/usr/X11R6|$$(LOCALBASE)|g' \ -e 's|/include/X11|/include|g' \ -e 's|gcc|cc|g' \ ${WRKSRC}/Makefile |