diff options
author | sf <sf@FreeBSD.org> | 2005-06-17 23:43:42 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2005-06-17 23:43:42 +0800 |
commit | 493e109049655ef0d56fb5b1bff181f7862e5bad (patch) | |
tree | 38a77c5209005714b618955c3ab2fc5d1269ed25 | |
parent | f475623996643f96a78e5cf0b6a29ace8d2bce20 (diff) | |
download | freebsd-ports-gnome-493e109049655ef0d56fb5b1bff181f7862e5bad.tar.gz freebsd-ports-gnome-493e109049655ef0d56fb5b1bff181f7862e5bad.tar.zst freebsd-ports-gnome-493e109049655ef0d56fb5b1bff181f7862e5bad.zip |
fix dependency. rev1.21 did not work at all.
Submitted by: kris
-rw-r--r-- | misc/compat4x/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/compat4x/Makefile b/misc/compat4x/Makefile index f46a2ef34667..62871db2db82 100644 --- a/misc/compat4x/Makefile +++ b/misc/compat4x/Makefile @@ -7,7 +7,7 @@ PORTNAME= compat4x PORTVERSION= ${COMPAT4X_PORTVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ${COMPAT4X_MASTER_SITES} MASTER_SITE_SUBDIR= ${COMPAT4X_MASTER_SITE_SUBDIR} @@ -29,7 +29,7 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/compat .include <bsd.port.pre.mk> .if ${OSVERSION} >= 600016 -RUN_DEPENDS= ${PORTSDIR}/misc/localedata +RUN_DEPENDS= ${LOCALBASE}/share/compat/locale/UTF-8/LC_CTYPE:${PORTSDIR}/misc/localedata .endif .if ${OSVERSION} >= 500000 COMPAT4X_OSVERSION= 5.3 |