diff options
Diffstat (limited to 'x11-toolkits/py-wmgeneral/Makefile')
-rw-r--r-- | x11-toolkits/py-wmgeneral/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/py-wmgeneral/Makefile b/x11-toolkits/py-wmgeneral/Makefile index ed4cf490c69d..344412219e99 100644 --- a/x11-toolkits/py-wmgeneral/Makefile +++ b/x11-toolkits/py-wmgeneral/Makefile @@ -20,4 +20,7 @@ USE_XLIB= yes USE_PYTHON= yes USE_PYDISTUTILS= yes +post-patch: + ${REINPLACE_CMD} 's|/usr/X11R6|${X11BASE}|' ${WRKSRC}/setup.py + .include <bsd.port.mk> |