diff options
-rw-r--r-- | misc/compat4x/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/compat4x/Makefile b/misc/compat4x/Makefile index 32c92a7ebbf..f46a2ef3466 100644 --- a/misc/compat4x/Makefile +++ b/misc/compat4x/Makefile @@ -7,6 +7,7 @@ PORTNAME= compat4x PORTVERSION= ${COMPAT4X_PORTVERSION} +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ${COMPAT4X_MASTER_SITES} MASTER_SITE_SUBDIR= ${COMPAT4X_MASTER_SITE_SUBDIR} @@ -27,6 +28,9 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/compat .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 600016 +RUN_DEPENDS= ${PORTSDIR}/misc/localedata +.endif .if ${OSVERSION} >= 500000 COMPAT4X_OSVERSION= 5.3 PLIST= ${.CURDIR}/pkg-plist.freebsd5 |