aboutsummaryrefslogtreecommitdiff
path: root/misc/compat4x
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-05 21:05:49 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-05 21:05:49 +0000
commitf28d272707d9d301a0ddd999c7b84b81c86e9a0a (patch)
tree90d1cb3f6a475cff114d10d1718e8a277c726a87 /misc/compat4x
parent0e158d3730bbc27bae25e16aa56d838a99160593 (diff)
downloadports-f28d272707d9d301a0ddd999c7b84b81c86e9a0a.tar.gz
ports-f28d272707d9d301a0ddd999c7b84b81c86e9a0a.zip
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes: svn path=/head/; revision=225300
Diffstat (limited to 'misc/compat4x')
-rw-r--r--misc/compat4x/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/compat4x/Makefile b/misc/compat4x/Makefile
index 7709b7ffd255..8ebba6459b5f 100644
--- a/misc/compat4x/Makefile
+++ b/misc/compat4x/Makefile
@@ -18,6 +18,8 @@ DIST_SUBDIR= ${COMPAT4X_ARCH}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A convenience package to install the compat4x libraries
+RUN_DEPENDS= ${LOCALBASE}/share/compat/locale/UTF-8/LC_CTYPE:${PORTSDIR}/misc/localedata
+
WRKSRC= ${WRKDIR}/usr/lib/compat
NO_BUILD= yes
@@ -31,11 +33,6 @@ USE_LDCONFIG= ${TARGET_DIR}
.include <bsd.port.pre.mk>
COMPAT4X_ARCH= ${ARCH}
-
-.if ${OSVERSION} >= 600016
-RUN_DEPENDS+= ${LOCALBASE}/share/compat/locale/UTF-8/LC_CTYPE:${PORTSDIR}/misc/localedata
-.endif
-
COMPAT4X_OSVERSION= 5.3
PLIST= ${.CURDIR}/pkg-plist.freebsd5
.if ${ARCH} == i386