diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-11-01 04:02:56 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-11-01 04:02:56 +0000 |
commit | eff49a089b4021d776005ccf0433bd30c624bb40 (patch) | |
tree | 6ea17bfcac0c76e957958fa2c6533f7e2c7b1969 /emulators/xgngeo/Makefile | |
parent | 516f954da063bf3b1e9983f677431e07ba297252 (diff) |
Notes
Diffstat (limited to 'emulators/xgngeo/Makefile')
-rw-r--r-- | emulators/xgngeo/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/xgngeo/Makefile b/emulators/xgngeo/Makefile index 1e58c55775ad..2a577cb69390 100644 --- a/emulators/xgngeo/Makefile +++ b/emulators/xgngeo/Makefile @@ -7,6 +7,7 @@ PORTNAME= xgngeo PORTVERSION= 16 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators games MASTER_SITES= ${MASTER_SITE_BERLIOS} @@ -38,6 +39,9 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psyco/_psyco.so:${PORTSDIR}/devel/py-psyco post-patch: @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|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 post-install: .if !defined(NOPORTDOCS) |