diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2009-12-21 03:52:15 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2009-12-21 03:52:15 +0000 |
commit | 082f5d98e387da5ece855ac8e3e1a028ade4d01d (patch) | |
tree | d2a600c4176ac5fc82a76dd450c8990424c49409 /x11-fonts | |
parent | ac98d03ccc9ed1ae49705da03fcfc880b82e9923 (diff) | |
download | ports-082f5d98e387da5ece855ac8e3e1a028ade4d01d.tar.gz ports-082f5d98e387da5ece855ac8e3e1a028ade4d01d.zip |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/dejavu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fonts/dejavu/Makefile b/x11-fonts/dejavu/Makefile index 5ba53b356175..75dd2ca11d5e 100644 --- a/x11-fonts/dejavu/Makefile +++ b/x11-fonts/dejavu/Makefile @@ -8,6 +8,7 @@ PORTNAME= dejavu DISTVERSION= 2.30 +PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= SF DISTNAME= ${PORTNAME}-fonts-ttf-${DISTVERSION} @@ -15,10 +16,10 @@ DISTNAME= ${PORTNAME}-fonts-ttf-${DISTVERSION} MAINTAINER= ahze@FreeBSD.org COMMENT= Bitstream Vera Fonts clone with a wider range of characters +BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig USE_BZIP2= yes -USE_XORG= x11 NO_BUILD= yes PORTDOCS= README status.txt unicover.txt langcover.txt PLIST_SUB= FONTSDIR="${FONTSDIR:S|${PREFIX}/||}/" |