diff options
-rw-r--r-- | emulators/gxmame/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/gxmame/Makefile b/emulators/gxmame/Makefile index a048e294d70f..60fa241d06c7 100644 --- a/emulators/gxmame/Makefile +++ b/emulators/gxmame/Makefile @@ -7,6 +7,7 @@ PORTNAME= gxmame PORTVERSION= 0.34b +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -27,6 +28,8 @@ ONLY_FOR_ARCHS= i386 DOCDIR= share/doc/${PORTNAME} GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-xmame-dir=${X11BASE}/share/xmame + post-configure: @${REINPLACE_CMD} -e 's|$$(top_builddir)/./mkinstalldirs|./mkinstalldirs|' ${WRKSRC}/intl/Makefile |