diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-12 16:51:33 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-12 16:51:33 +0000 |
commit | edecf3c4f0c9144a27d788968cc6f3aac68bcb77 (patch) | |
tree | acffcdf336fe033e5c8b1217f72a68946bf44b8f /emulators/snes9x | |
parent | f1554d4df6d8f8e000b5e19d9fd095f7a3b3da95 (diff) | |
download | ports-edecf3c4f0c9144a27d788968cc6f3aac68bcb77.tar.gz ports-edecf3c4f0c9144a27d788968cc6f3aac68bcb77.zip |
Notes
Diffstat (limited to 'emulators/snes9x')
-rw-r--r-- | emulators/snes9x/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index a6e112b44c30..8b2cf23fdafa 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -3,7 +3,7 @@ # Date created: 20 July 1997 # Whom: Yukihiro Nakai<Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.4 1999/01/07 02:31:40 simokawa Exp $ +# $Id: Makefile,v 1.5 1999/01/12 07:07:19 flathill Exp $ # DISTNAME= snes116a @@ -12,7 +12,7 @@ CATEGORIES= emulators MASTER_SITES= http://www.snes9x.com/zips/ EXTRACT_SUFX= .zip -MAINTAINER= Nacai@iname.com +MAINTAINER= nacai@iname.com BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip BUILD_DEPENDS+= egcc:${PORTSDIR}/lang/pgcc |