diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-17 05:01:21 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-17 05:01:21 +0800 |
commit | dc22c934b2291cfde519774857d3c80c3341de90 (patch) | |
tree | 32476ae20db77e6941daf7f54f08a0856812bfd2 /emulators | |
parent | 695fce229db8b83a43f2e0a1c77117a3e7b31e86 (diff) | |
download | freebsd-ports-gnome-dc22c934b2291cfde519774857d3c80c3341de90.tar.gz freebsd-ports-gnome-dc22c934b2291cfde519774857d3c80c3341de90.tar.zst freebsd-ports-gnome-dc22c934b2291cfde519774857d3c80c3341de90.zip |
- Remove always false condition
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mame/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 3de7ef1aef0c..2d9dc7f56abe 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -60,10 +60,6 @@ EMULATOR= ${MSUBTARGET} .endif PLIST_SUB= EMULATOR=${EMULATOR} -.if ${OPSYS} == FreeBSD && ${OSREL:R} == 8 -BROKEN= will not build on FreeBSD 8.x -.endif - post-patch: @${REINPLACE_CMD} -e \ 's|^\(CC \)|#\1| ; \ |