diff options
author | lioux <lioux@FreeBSD.org> | 2004-04-25 08:04:32 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-04-25 08:04:32 +0800 |
commit | 6295c1acec3b934f7b33cbe83a29e02c229bb875 (patch) | |
tree | f412a1b7becd3a5aec7dc1c0932b1b8672a54e72 /textproc | |
parent | d40bfbb640dc181cfcb14f8589dd5f2b32480dd5 (diff) | |
download | freebsd-ports-graphics-6295c1acec3b934f7b33cbe83a29e02c229bb875.tar.gz freebsd-ports-graphics-6295c1acec3b934f7b33cbe83a29e02c229bb875.tar.zst freebsd-ports-graphics-6295c1acec3b934f7b33cbe83a29e02c229bb875.zip |
Chase freelibiberty header files location move which removed CONFLICTS
with libgnugetopt. This resolves port build under most FreeBSD port
installations where libgnugetopt is already installed.
Approved by: marcus (portmgr)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/freegrep/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/freegrep/Makefile b/textproc/freegrep/Makefile index 470a6006bce..fbc3031f926 100644 --- a/textproc/freegrep/Makefile +++ b/textproc/freegrep/Makefile @@ -18,6 +18,8 @@ COMMENT= An implementation of grep(1) under a BSD-friendly license LIB_DEPENDS= iberty.1:${PORTSDIR}/devel/freelibiberty +CFLAGS:= -I${LOCALBASE}/include/freelibiberty ${CFLAGS} + MAN1= grep.1 egrep.1 fgrep.1 zgrep.1 post-extract: |