diff options
Diffstat (limited to 'emulators/xgngeo/Makefile')
-rw-r--r-- | emulators/xgngeo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/xgngeo/Makefile b/emulators/xgngeo/Makefile index 64a46d7e3ac2..6a52089e8ad1 100644 --- a/emulators/xgngeo/Makefile +++ b/emulators/xgngeo/Makefile @@ -39,7 +39,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psyco/_psyco.so:${PORTSDIR}/devel/py-psyco .endif post-patch: - @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/data/py/configfile.py + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/data/py/configfile.py @${REINPLACE_CMD} -e 's|gtk.threads_init|gtk.gdk.threads_init|g' -e \ 's|gtk.threads_enter|gtk.gdk.threads_enter|g' -e \ 's|gtk.threads_leave|gtk.gdk.threads_leave|g' ${WRKSRC}/data/py/__init__.py |