diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-11-02 01:10:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-11-02 01:10:37 +0000 |
commit | 396d13cdbe383e106e6cc0513436f9834e3a263e (patch) | |
tree | a9bf7ce2a82dbc27d570d416d53a3e39a7424ee8 | |
parent | a4c5bb24785b3ac91059b4f7e2b8bcbdff0e66dd (diff) |
Notes
-rw-r--r-- | textproc/bsdgrep/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/bsdgrep/Makefile b/textproc/bsdgrep/Makefile index eac84329c25f..a1d5f686e035 100644 --- a/textproc/bsdgrep/Makefile +++ b/textproc/bsdgrep/Makefile @@ -48,6 +48,7 @@ CONFLICTS= gnugrep-* LIB_DEPENDS+= lzma.5:${PORTSDIR}/archivers/xz CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +BROKEN= overwrites files installed by dependency .endif .if defined(WITHOUT_NLS) |