aboutsummaryrefslogtreecommitdiff
path: root/emulators/zsnes
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-06-06 16:14:27 +0000
committerChris Rees <crees@FreeBSD.org>2012-06-06 16:14:27 +0000
commit7c60289165e81a28e2a58b31da0cba132188f85f (patch)
treea243bd97ba133257de22358f3ad9e5e79652bdae /emulators/zsnes
parent76a54c905d26028e67407649acd8e85ceff2cfe8 (diff)
downloadports-7c60289165e81a28e2a58b31da0cba132188f85f.tar.gz
ports-7c60289165e81a28e2a58b31da0cba132188f85f.zip
Notes
Diffstat (limited to 'emulators/zsnes')
-rw-r--r--emulators/zsnes/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile
index 9169b432b3c5..0828d314e339 100644
--- a/emulators/zsnes/Makefile
+++ b/emulators/zsnes/Makefile
@@ -44,11 +44,7 @@ CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
LDFLAGS+= -L${LOCALBASE}/lib
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 602000
-IGNORE= needs zlib >= 1.2.3, it is available on FreeBSD >= 6.2
-.endif
+.include <bsd.port.options.mk>
.if defined(WITH_DEBUGGER)
CONFIGURE_ARGS+= --enable-debugger
@@ -95,4 +91,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/zsnes ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/linux/zsnes.1 ${MANPREFIX}/man/man1
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>