diff options
author | pav <pav@FreeBSD.org> | 2006-04-30 05:40:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-30 05:40:22 +0800 |
commit | df135f52fe93888c80a785609eecd0112f5a6b12 (patch) | |
tree | 8a5303c912fa15469687a66c04c0289519b55495 /emulators/snes9x/Makefile | |
parent | 4a62f68dac89fab80a0fb1d6ebac01da076e964a (diff) | |
download | freebsd-ports-gnome-df135f52fe93888c80a785609eecd0112f5a6b12.tar.gz freebsd-ports-gnome-df135f52fe93888c80a785609eecd0112f5a6b12.tar.zst freebsd-ports-gnome-df135f52fe93888c80a785609eecd0112f5a6b12.zip |
- Fill in $LINENO in configure script, so it detects FreeBSD, so it enables
joystick support.
This a more magic situation.
PR: ports/96193
Submitted by: Andreas Steinel <lnxbil@saarlinux.org>
Diffstat (limited to 'emulators/snes9x/Makefile')
-rw-r--r-- | emulators/snes9x/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index dad5b8ea3366..cc2f38bc8b89 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -7,6 +7,7 @@ PORTNAME= snes9x PORTVERSION= 1.42 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://www.lysator.liu.se/snes9x/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src |