From f28d272707d9d301a0ddd999c7b84b81c86e9a0a Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 5 Jan 2009 21:05:49 +0000 Subject: - Remove conditional checks for FreeBSD 5.x and older --- misc/compat4x/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'misc/compat4x') 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 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 -- cgit v1.2.3