diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-16 04:20:56 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-16 04:20:56 +0800 |
commit | 88499cb92bbe3bbe15f34d4e1cdc37bc0c8e5c96 (patch) | |
tree | 591a3908c8533ba359a276ec65b31005e72d0b01 /emulators/xmame | |
parent | 847244c6859b9f017c70cf74593bdbd08529fb21 (diff) | |
download | freebsd-ports-graphics-88499cb92bbe3bbe15f34d4e1cdc37bc0c8e5c96.tar.gz freebsd-ports-graphics-88499cb92bbe3bbe15f34d4e1cdc37bc0c8e5c96.tar.zst freebsd-ports-graphics-88499cb92bbe3bbe15f34d4e1cdc37bc0c8e5c96.zip |
unPERLify and use REINPLACE_CMD and USE_PERL5 where appropriate.
PR: 48249
Submitted by: Simon 'portlint' Schubert <corecode@corecode.ath.cx>
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 96060acf155..e87d7e0e92b 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -21,6 +21,7 @@ MAINTAINER?= refugee@vt.edu COMMENT?= UNIX/X11 port of the Multi Arcade Machine Emulator (MAME) USE_BZIP2= yes +USE_PERL5= yes USE_GMAKE= yes USE_REINPLACE= yes |