summaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-03-28 14:54:06 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-03-28 14:54:06 +0000
commit0ac2358ed58b26607e09bac7caafa4980b2db57e (patch)
tree19617d31d7dd109bc38655c0d24295289cc33e8f /x11-fonts
parentConvert to USES=metaport (diff)
Convert to USES=metaport
Notes
Notes: svn path=/head/; revision=382496
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/xorg-fonts/Makefile8
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>