diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-10 22:02:16 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-10 22:02:16 +0000 |
commit | a588e81ddf9dffd263b525eedc0a8efdf85649c8 (patch) | |
tree | ef5af905fd3f407eb21accec635f660d8dbbde53 /chinese/kcfonts | |
parent | 610118c41818aa343e37cc661da5398ed8b370f1 (diff) | |
download | freebsd-ports-a588e81ddf9dffd263b525eedc0a8efdf85649c8.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> |