diff options
author | bapt <bapt@FreeBSD.org> | 2017-01-14 06:59:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-01-14 06:59:58 +0800 |
commit | b54e6049cbb80a98eebb314ad094323d9257ab73 (patch) | |
tree | f888d7cd90fc72548ac784c2a9dfe88501d63919 /x11/xorg-libraries | |
parent | 18c15a302d476f8365fd8f7332cbfd41d3490132 (diff) | |
download | freebsd-ports-gnome-b54e6049cbb80a98eebb314ad094323d9257ab73.tar.gz freebsd-ports-gnome-b54e6049cbb80a98eebb314ad094323d9257ab73.tar.zst freebsd-ports-gnome-b54e6049cbb80a98eebb314ad094323d9257ab73.zip |
Convert to USES=metaport
PR: 201496
Submitted by: Andriy Voskoboinyk (s3erios@gmail.com)
Diffstat (limited to 'x11/xorg-libraries')
-rw-r--r-- | x11/xorg-libraries/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11/xorg-libraries/Makefile b/x11/xorg-libraries/Makefile index 44fcabc4fb6e..abde67982100 100644 --- a/x11/xorg-libraries/Makefile +++ b/x11/xorg-libraries/Makefile @@ -5,17 +5,10 @@ PORTNAME= xorg-libraries PORTVERSION= 7.7 PORTREVISION= 2 CATEGORIES= x11 -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none MAINTAINER= x11@FreeBSD.org COMMENT= X.org libraries meta-port -NO_BUILD= yes -NO_INSTALL= yes -NO_MTREE= yes - RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dmx.pc:x11/libdmx \ ${LOCALBASE}/libdata/pkgconfig/fontenc.pc:x11-fonts/libfontenc \ ${LOCALBASE}/libdata/pkgconfig/ice.pc:x11/libICE \ @@ -58,4 +51,6 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dmx.pc:x11/libdmx \ ${LOCALBASE}/libdata/pkgconfig/xxf86misc.pc:x11/libXxf86misc \ ${LOCALBASE}/libdata/pkgconfig/xxf86vm.pc:x11/libXxf86vm +USES= metaport + .include <bsd.port.mk> |