diff options
author | pav <pav@FreeBSD.org> | 2009-01-06 03:44:02 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-06 03:44:02 +0800 |
commit | 72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e (patch) | |
tree | d1102c67d6d770e809475dae366f152130cb1883 /emulators/x48 | |
parent | 5ae596207dc0bd85ca28a43d715d82bc6b358b81 (diff) | |
download | freebsd-ports-gnome-72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e.tar.gz freebsd-ports-gnome-72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e.tar.zst freebsd-ports-gnome-72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e.zip |
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'emulators/x48')
-rw-r--r-- | emulators/x48/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile index 1d0d24c386f4..08509c503fe8 100644 --- a/emulators/x48/Makefile +++ b/emulators/x48/Makefile @@ -32,9 +32,7 @@ post-extract: .SILENT post-patch: @${REINPLACE_CMD} -e 's+rom.dump+${DATADIR}/gxrom-r+' \ ${WRKSRC}/src/X48.ad -.if ${OSVERSION} > 600004 @${REINPLACE_CMD} -e 's+cuaa+cuad+' ${WRKSRC}/src/X48.ad -.endif do-install: .for p in x48 dump2rom checkrom mkcard |