aboutsummaryrefslogtreecommitdiff
path: root/graphics/enfle/Makefile
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-01-09 04:01:17 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-01-09 04:01:17 +0000
commite1925f71024fbbbc6356957304ac960ac4147bc9 (patch)
tree3777e9d6cc7f1da1d6f88da18b7f50e27a967c2a /graphics/enfle/Makefile
parent6f72b01686444c8cf2067f9dce6d7b7087341907 (diff)
downloadports-e1925f71024fbbbc6356957304ac960ac4147bc9.tar.gz
ports-e1925f71024fbbbc6356957304ac960ac4147bc9.zip
- Remove outdated version checks
Reviewed by: nox
Notes
Notes: svn path=/head/; revision=288805
Diffstat (limited to 'graphics/enfle/Makefile')
-rw-r--r--graphics/enfle/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/graphics/enfle/Makefile b/graphics/enfle/Makefile
index 38181ce8be9f..c5383989bb9b 100644
--- a/graphics/enfle/Makefile
+++ b/graphics/enfle/Makefile
@@ -58,12 +58,6 @@ CONFIGURE_ARGS+= --disable-mmx --disable-sse
BROKEN= Does not compile on ia64, powerpc, or sparc64
.endif
-.if ${OSVERSION} < 700000
-PLIST_SUB+= DISABLED="@comment "
-.else
-PLIST_SUB+= DISABLED=""
-.endif
-
.if defined(WITH_AVCODEC)
LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg
PLIST_SUB+= AVCODEC=""