diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-13 07:23:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-13 07:23:43 +0000 |
commit | a50d9328b545adc59780a5a93273d81750e297c4 (patch) | |
tree | b9b84c91e67e8f424ec31b164071f5f2801f7643 /textproc/bsdgrep | |
parent | 8472a0736b12e3d18a0019c5f42dcdf553e76264 (diff) |
archivers/xz is in base for all versions and has been removed from the ports tree
Notes
Notes:
svn path=/head/; revision=339572
Diffstat (limited to 'textproc/bsdgrep')
-rw-r--r-- | textproc/bsdgrep/Makefile | 7 |
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 |