aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2010-07-02 10:00:10 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2010-07-02 10:00:10 +0000
commit1887162f24e591643c1c042fec54974ecafd7fde (patch)
treef2e0299d8e36fe6205edf7d2b2ce04ad84b4efb0 /x11-fonts
parent14334e04d2e82b3f636972761632380cb239ba34 (diff)
downloadports-1887162f24e591643c1c042fec54974ecafd7fde.tar.gz
ports-1887162f24e591643c1c042fec54974ecafd7fde.zip
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/linuxlibertine/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-fonts/linuxlibertine/Makefile b/x11-fonts/linuxlibertine/Makefile
index 9a1a4ae1d643..97e996b30b58 100644
--- a/x11-fonts/linuxlibertine/Makefile
+++ b/x11-fonts/linuxlibertine/Makefile
@@ -6,6 +6,7 @@
PORTNAME= linuxlibertine
PORTVERSION= 4.4.1
+PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= SF
DISTNAME= LinLibertineFont-${PORTVERSION}
@@ -15,6 +16,7 @@ MAINTAINER= bkoenig@alpha-tierchen.de
COMMENT= Linux Libertine Open Fonts
BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
+RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*//}
FONTSDIR?= ${PREFIX}/lib/X11/fonts/${PORTNAME}
@@ -38,6 +40,6 @@ do-install:
post-install:
@${ECHO_MSG} "===> Running fc-cache"
- -${X11BASE}/bin/fc-cache -f -v ${FONTSDIR}
+ -${LOCALBASE}/bin/fc-cache -f -v ${FONTSDIR}
.include <bsd.port.mk>