summaryrefslogtreecommitdiff
path: root/multimedia/xine/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-05 21:36:39 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-05 21:36:39 +0000
commitd203b12054ad82d30bac1f0a0c022b1393f861b3 (patch)
treeaa853b3ada1746f7fe92c44b10a0a57900e6b933 /multimedia/xine/Makefile
parentConfigure --without-capi --without-gphoto and --without-sane to avoid (diff)
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'multimedia/xine/Makefile')
-rw-r--r--multimedia/xine/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/multimedia/xine/Makefile b/multimedia/xine/Makefile
index 96fe84e8a0a8..8533a02c21e8 100644
--- a/multimedia/xine/Makefile
+++ b/multimedia/xine/Makefile
@@ -52,27 +52,6 @@ CODEC_DETECTION_FILE!= ${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE
.endif
.endif
-.if ${OSVERSION} == 500043
-EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src:xitk:common.h
-.endif
-
-# PRIi64 macro is not defined
-.if ${OSVERSION} < 500040
-EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-src:xitk:common.h-1
-.endif
-
-# mbrtowc() is not implemented
-.if ${OSVERSION} < 500039
-CONFIGURE_ARGS+= --disable-mbs
-# Xft support requires --enable-mbs configure option
-WITHOUT_XFT= yes
-.endif
-
-.if ${OSVERSION} < 502000
-LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
-CONFIGURE_ARGS+= --with-readline=${LOCALBASE}
-.endif
-
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "