diff options
author | pav <pav@FreeBSD.org> | 2007-02-03 01:06:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-02-03 01:06:25 +0800 |
commit | 6ab5d7507d35041cbbcfbb95377ef6e754ad9204 (patch) | |
tree | 6e424102f1a24d3051893455ba7c00e3816e15a0 /x11/xvattr | |
parent | 3d7be3e6f8d3d3c127d84db202a34207de52a2a7 (diff) | |
download | freebsd-ports-gnome-6ab5d7507d35041cbbcfbb95377ef6e754ad9204.tar.gz freebsd-ports-gnome-6ab5d7507d35041cbbcfbb95377ef6e754ad9204.tar.zst freebsd-ports-gnome-6ab5d7507d35041cbbcfbb95377ef6e754ad9204.zip |
- Remove support for xfree86-3
PR: ports/106666
Submitted by: vd
With hat: portmgr
Diffstat (limited to 'x11/xvattr')
-rw-r--r-- | x11/xvattr/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11/xvattr/Makefile b/x11/xvattr/Makefile index fb67e3827f70..2012ae63b5c4 100644 --- a/x11/xvattr/Makefile +++ b/x11/xvattr/Makefile @@ -24,10 +24,4 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= xvattr.1 -.include <bsd.port.pre.mk> - -.if ${X_WINDOW_SYSTEM:L} == xfree86-3 -IGNORE= requires Xv Extension -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |