diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-28 22:54:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-28 22:54:06 +0800 |
commit | c9822db0a3dde5fecbe872a2374d3949715aae95 (patch) | |
tree | 19617d31d7dd109bc38655c0d24295289cc33e8f /x11-fonts | |
parent | f756ac760325d60ff64f8c339ff5ee2b119c39dd (diff) | |
download | freebsd-ports-graphics-c9822db0a3dde5fecbe872a2374d3949715aae95.tar.gz freebsd-ports-graphics-c9822db0a3dde5fecbe872a2374d3949715aae95.tar.zst freebsd-ports-graphics-c9822db0a3dde5fecbe872a2374d3949715aae95.zip |
Convert to USES=metaport
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 a702851c9c2..629cf9ed81c 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> |