diff options
author | pav <pav@FreeBSD.org> | 2004-01-06 08:00:32 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-06 08:00:32 +0800 |
commit | 1973bb748df727635dc1b190ec9c56a11c92a19d (patch) | |
tree | a95a831011532a2f5a3f4c0c35ed273684669f0e /emulators/gxmame | |
parent | 3cba67e9c68c88ce98dadb37156fb12357d64ae0 (diff) | |
download | freebsd-ports-gnome-1973bb748df727635dc1b190ec9c56a11c92a19d.tar.gz freebsd-ports-gnome-1973bb748df727635dc1b190ec9c56a11c92a19d.tar.zst freebsd-ports-gnome-1973bb748df727635dc1b190ec9c56a11c92a19d.zip |
- Set --with-xmame-dir properly
- Raise portrevision
PR: ports/60941
Submitted by: Ulrich Spoerlein <q@uni.de> (xmame maintainer)
Approved by: maintainer
Diffstat (limited to 'emulators/gxmame')
-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 |