diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-25 07:28:53 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-25 07:28:53 +0800 |
commit | b1bfc7eaf6b2f4fbede42cf14fdba4925f863afa (patch) | |
tree | 290baf8a10a5e002bb598aa885723f01de8735c6 /print/adobe-cmaps | |
parent | fe4993e2d3e2acc916758f29880558850025782b (diff) | |
download | freebsd-ports-gnome-b1bfc7eaf6b2f4fbede42cf14fdba4925f863afa.tar.gz freebsd-ports-gnome-b1bfc7eaf6b2f4fbede42cf14fdba4925f863afa.tar.zst freebsd-ports-gnome-b1bfc7eaf6b2f4fbede42cf14fdba4925f863afa.zip |
Use fc keyword to prevent build violation when dependent ports use fc-cache
Diffstat (limited to 'print/adobe-cmaps')
-rw-r--r-- | print/adobe-cmaps/Makefile | 4 | ||||
-rw-r--r-- | print/adobe-cmaps/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/print/adobe-cmaps/Makefile b/print/adobe-cmaps/Makefile index 24a90ed1abb4..de3612b220ba 100644 --- a/print/adobe-cmaps/Makefile +++ b/print/adobe-cmaps/Makefile @@ -3,7 +3,7 @@ PORTNAME= adobe-cmaps PORTVERSION= 20051217 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= hrs/adobe @@ -15,6 +15,8 @@ DIST_SUBDIR= adobe MAINTAINER= hrs@FreeBSD.org COMMENT= Adobe CMap collection +RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig + NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_SUB= CMAPDIR=${CMAPDIR} diff --git a/print/adobe-cmaps/pkg-plist b/print/adobe-cmaps/pkg-plist index 97fb08229b38..2a5d8891395e 100644 --- a/print/adobe-cmaps/pkg-plist +++ b/print/adobe-cmaps/pkg-plist @@ -215,5 +215,5 @@ @dirrm %%CMAPDIR%%/ag15 @dirrm %%CMAPDIR%%/ac15/CMap @dirrm %%CMAPDIR%%/ac15 -@dirrmtry %%CMAPDIR%% +@fc %%CMAPDIR%% @dirrmtry share/fonts |