diff options
author | gahr <gahr@FreeBSD.org> | 2008-03-11 06:02:16 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-03-11 06:02:16 +0800 |
commit | 37bea7dce78756ffce7df72f0bf08b5f23745585 (patch) | |
tree | d8047df31ca360e0cc95a2ced84b628774f9e3c0 /chinese/kcfonts | |
parent | 0374dd544af22c08a9aed58ab90c53e0cff39901 (diff) | |
download | freebsd-ports-gnome-37bea7dce78756ffce7df72f0bf08b5f23745585.tar.gz freebsd-ports-gnome-37bea7dce78756ffce7df72f0bf08b5f23745585.tar.zst freebsd-ports-gnome-37bea7dce78756ffce7df72f0bf08b5f23745585.zip |
- Remove dependency on X_CLIENTS_PORT
- Remove useless USE_X_PREFIX variable
Approved by: miwi (mentor)
Diffstat (limited to 'chinese/kcfonts')
-rw-r--r-- | chinese/kcfonts/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/chinese/kcfonts/Makefile b/chinese/kcfonts/Makefile index dd3bd267bf8f..edef927a7514 100644 --- a/chinese/kcfonts/Makefile +++ b/chinese/kcfonts/Makefile @@ -7,7 +7,7 @@ PORTNAME= kcfonts PORTVERSION= 1.05 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= chinese x11-fonts MASTER_SITES= ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles @@ -15,10 +15,8 @@ MASTER_SITE_SUBDIR= distfiles MAINTAINER= ports@FreeBSD.org COMMENT= Kuo Chauo Chinese Fonts collection -BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT} -RUN_DEPENDS= mkfontdir:${X_CLIENTS_PORT} - -USE_X_PREFIX= yes +BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf +RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir .include <bsd.port.pre.mk> |