diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-09-25 12:33:54 +0800 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-09-25 12:33:54 +0800 |
commit | df372b06c9c746c229fb1690bded162e813145af (patch) | |
tree | 7607c6d5915415f09a3bf584089c27025ee56a2c /x11/xorg-minimal | |
parent | 088fd3b2f5333c6419b6774380ac46bf2d93c8b0 (diff) | |
download | freebsd-ports-gnome-df372b06c9c746c229fb1690bded162e813145af.tar.gz freebsd-ports-gnome-df372b06c9c746c229fb1690bded162e813145af.tar.zst freebsd-ports-gnome-df372b06c9c746c229fb1690bded162e813145af.zip |
xorg-minimal does not build or install anything so it is stage-safe by default.
Diffstat (limited to 'x11/xorg-minimal')
-rw-r--r-- | x11/xorg-minimal/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/xorg-minimal/Makefile b/x11/xorg-minimal/Makefile index 9f2f0680e4c1..d44b9b7dfb2a 100644 --- a/x11/xorg-minimal/Makefile +++ b/x11/xorg-minimal/Makefile @@ -28,7 +28,6 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modules/drivers/intel_drv.so:${PORTSDIR}/x11 RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modules/drivers/${VIDEO_DRIVER}_drv.so:${PORTSDIR}/x11-drivers/xf86-video-${VIDEO_DRIVER} .endif -NO_STAGE= yes do-install: pre-everything:: |