diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-20 01:50:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-20 01:50:00 +0800 |
commit | aef10f082df75571c13eed2ac9382228a51d3330 (patch) | |
tree | 9d0d02a05f24693bd2e244e04ce152366925d22e | |
parent | 9dcd456c7dc317313e13cc2bf5f930a734df5b47 (diff) | |
download | freebsd-ports-graphics-aef10f082df75571c13eed2ac9382228a51d3330.tar.gz freebsd-ports-graphics-aef10f082df75571c13eed2ac9382228a51d3330.tar.zst freebsd-ports-graphics-aef10f082df75571c13eed2ac9382228a51d3330.zip |
Convert to USES=fonts
-rw-r--r-- | x11-fonts/fonts-indic/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-fonts/fonts-indic/Makefile b/x11-fonts/fonts-indic/Makefile index bf9bcc5a598..27f134ebf96 100644 --- a/x11-fonts/fonts-indic/Makefile +++ b/x11-fonts/fonts-indic/Makefile @@ -3,20 +3,19 @@ PORTNAME= fonts-indic PORTVERSION= 2.1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fonts MASTER_SITES= http://gentoo.osuosl.org/distfiles/ MAINTAINER= nareshov@gmail.com COMMENT= The Lohit family of Indic fonts -RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig +USES= fonts NO_BUILD= yes NO_WRKSUBDIR= yes FONTSDIR= lib/X11/fonts/${PORTNAME} -PLIST_SUB+= FONTSDIR=${FONTSDIR} do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${FONTSDIR} |