diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2012-12-15 09:31:58 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2012-12-15 09:31:58 +0000 |
commit | 24be9b1328d4cae6130b9529f08263afba082c1e (patch) | |
tree | 2b35442337ac000dadad55e0a145187cecdaeb8d /x11-fonts | |
parent | 1b60772cf49a74ffe5417b8e7ac950a685340746 (diff) | |
download | ports-24be9b1328d4cae6130b9529f08263afba082c1e.tar.gz ports-24be9b1328d4cae6130b9529f08263afba082c1e.zip |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/gentium-basic/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/x11-fonts/gentium-basic/Makefile b/x11-fonts/gentium-basic/Makefile index e71fd8450066..924a1448428b 100644 --- a/x11-fonts/gentium-basic/Makefile +++ b/x11-fonts/gentium-basic/Makefile @@ -1,11 +1,5 @@ -# New ports collection makefile for: Gentium Font Family -# Date created: March 31 2004 -# Whom: Matthew Seaman <m.seaman@infracaninophile.co.uk> -# +# Created by: Matthew Seaman # $FreeBSD$ -# -# This port is shamelessly copied from Joe Marcus Clarke's bitstream-vera -# port. PORTNAME= gentium-basic PORTVERSION= 1.1.0 @@ -17,7 +11,7 @@ MAINTAINER= matthew@FreeBSD.org COMMENT= Gentium Basic and Gentium Book Basic TrueType fonts BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig -RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig +RUN_DEPENDS:= ${BUILD_DEPENDS} NO_BUILD= yes WRKSRC= ${WRKDIR}/ttf-sil-${PORTNAME}-${PORTVERSION:C@\.[[:digit:]]+$@@} |