aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/bsdgrep
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-13 15:23:43 +0800
committerbapt <bapt@FreeBSD.org>2014-01-13 15:23:43 +0800
commit32dadd8e64ff45c3cce09e4d249fe43e7084a839 (patch)
treeb9b84c91e67e8f424ec31b164071f5f2801f7643 /textproc/bsdgrep
parent951dc1c1b4690a11eefb53e023c8693acbe6da9c (diff)
downloadfreebsd-ports-gnome-32dadd8e64ff45c3cce09e4d249fe43e7084a839.tar.gz
freebsd-ports-gnome-32dadd8e64ff45c3cce09e4d249fe43e7084a839.tar.zst
freebsd-ports-gnome-32dadd8e64ff45c3cce09e4d249fe43e7084a839.zip
archivers/xz is in base for all versions and has been removed from the ports tree
Diffstat (limited to 'textproc/bsdgrep')
-rw-r--r--textproc/bsdgrep/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/textproc/bsdgrep/Makefile b/textproc/bsdgrep/Makefile
index 9cca94a016b8..82bcea5040fe 100644
--- a/textproc/bsdgrep/Makefile
+++ b/textproc/bsdgrep/Makefile
@@ -43,13 +43,6 @@ CONFLICTS= gnugrep-*
NO_STAGE= yes
.include <bsd.port.pre.mk>
-.if !(${OSVERSION} >= 900012 || (${OSVERSION} < 900000 && ${OSVERSION} >= 800505))
-LIB_DEPENDS+= lzma.5:${PORTSDIR}/archivers/xz
-CFLAGS+= -I${PREFIX}/include
-LDFLAGS+= -L${PREFIX}/lib
-BROKEN= overwrites files installed by dependency
-.endif
-
.if ${PORT_OPTIONS:MNLS}
PLIST_SUB+= NLS=""
.else