diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-28 14:54:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-28 14:54:06 +0000 |
commit | 0ac2358ed58b26607e09bac7caafa4980b2db57e (patch) | |
tree | 19617d31d7dd109bc38655c0d24295289cc33e8f /x11-fonts | |
parent | 365351223768eedaa305ffb1e71f67cfd2b340fd (diff) | |
download | ports-0ac2358ed58b26607e09bac7caafa4980b2db57e.tar.gz ports-0ac2358ed58b26607e09bac7caafa4980b2db57e.zip |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/xorg-fonts/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-fonts/xorg-fonts/Makefile b/x11-fonts/xorg-fonts/Makefile index a702851c9c2f..629cf9ed81c2 100644 --- a/x11-fonts/xorg-fonts/Makefile +++ b/x11-fonts/xorg-fonts/Makefile @@ -4,13 +4,11 @@ PORTNAME= xorg-fonts PORTVERSION= 7.7 PORTREVISION= 1 CATEGORIES= x11-fonts -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none MAINTAINER= x11@FreeBSD.org COMMENT= X.org fonts meta-port +USES= metaport USE_XORG= fontutil RUN_DEPENDS= xorg-fonts-100dpi>0:${PORTSDIR}/x11-fonts/xorg-fonts-100dpi \ @@ -21,8 +19,4 @@ RUN_DEPENDS= xorg-fonts-100dpi>0:${PORTSDIR}/x11-fonts/xorg-fonts-100dpi \ xorg-fonts-type1>0:${PORTSDIR}/x11-fonts/xorg-fonts-type1 \ font-alias>0:${PORTSDIR}/x11-fonts/font-alias -NO_BUILD= yes -NO_INSTALL= yes -NO_MTREE= yes - .include <bsd.port.mk> |