diff options
author | eadler <eadler@FreeBSD.org> | 2013-09-25 12:33:54 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-09-25 12:33:54 +0800 |
commit | 42d24093b7f34952aef0dca1457c4dc12248058b (patch) | |
tree | 7607c6d5915415f09a3bf584089c27025ee56a2c /x11 | |
parent | 09a67fcb0a9f4a83467c4dfb27f21bc5315f40eb (diff) | |
download | freebsd-ports-gnome-42d24093b7f34952aef0dca1457c4dc12248058b.tar.gz freebsd-ports-gnome-42d24093b7f34952aef0dca1457c4dc12248058b.tar.zst freebsd-ports-gnome-42d24093b7f34952aef0dca1457c4dc12248058b.zip |
xorg-minimal does not build or install anything so it is stage-safe by default.
Diffstat (limited to 'x11')
-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:: |