diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-28 22:50:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-28 22:50:41 +0800 |
commit | 7d7d818d302b2a5f3d6c6f00171d1a32f9343091 (patch) | |
tree | 9e6ac4df86561e36b9ff4736b993bb1aefe3255a /x11 | |
parent | a0b28ad01a585917f397cb50d77215ff834d848b (diff) | |
download | freebsd-ports-gnome-7d7d818d302b2a5f3d6c6f00171d1a32f9343091.tar.gz freebsd-ports-gnome-7d7d818d302b2a5f3d6c6f00171d1a32f9343091.tar.zst freebsd-ports-gnome-7d7d818d302b2a5f3d6c6f00171d1a32f9343091.zip |
Convert to USES=metaport
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xorg/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11/xorg/Makefile b/x11/xorg/Makefile index 17a4c522af27..cc57cc701e47 100644 --- a/x11/xorg/Makefile +++ b/x11/xorg/Makefile @@ -5,16 +5,11 @@ PORTNAME= xorg PORTVERSION= 7.7 PORTREVISION= 2 CATEGORIES= x11 -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none MAINTAINER= x11@FreeBSD.org COMMENT= X.Org complete distribution metaport -NO_BUILD= yes -NO_MTREE= yes -NO_INSTALL= yes +USES= metaport RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dri.pc:${PORTSDIR}/graphics/dri |