diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-15 20:20:56 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-15 20:20:56 +0000 |
commit | 3ccf7ec93f1de6bcad0cac994c907ed049596e3d (patch) | |
tree | 6e1fc0d6c04a7ada574f2a02523485d51ed35c15 /emulators/xmame | |
parent | 645aeccf225f3faae0b321786be85c960d4aaba8 (diff) | |
download | ports-3ccf7ec93f1de6bcad0cac994c907ed049596e3d.tar.gz ports-3ccf7ec93f1de6bcad0cac994c907ed049596e3d.zip |
unPERLify and use REINPLACE_CMD and USE_PERL5 where appropriate.
PR: 48249
Submitted by: Simon 'portlint' Schubert <corecode@corecode.ath.cx>
Notes
Notes:
svn path=/head/; revision=94050
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 96060acf155a..e87d7e0e92b6 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 |