diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-11-05 17:53:51 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-11-05 17:53:51 +0000 |
commit | 17b03501bd144ae638ba1ab72372325403fdeb2a (patch) | |
tree | 525ac2e88104defe49c4cb695eadbc082ad5271d /textproc/freegrep | |
parent | e00afd8bcd0add322319696793b296b7b211a980 (diff) | |
download | ports-17b03501bd144ae638ba1ab72372325403fdeb2a.tar.gz ports-17b03501bd144ae638ba1ab72372325403fdeb2a.zip |
Notes
Diffstat (limited to 'textproc/freegrep')
-rw-r--r-- | textproc/freegrep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/freegrep/Makefile b/textproc/freegrep/Makefile index 8ffc4844c36b..e43a7a95fb61 100644 --- a/textproc/freegrep/Makefile +++ b/textproc/freegrep/Makefile @@ -17,7 +17,7 @@ MAINTAINER= howardjp@wam.umd.edu MAN1= grep.1 egrep.1 fgrep.1 zgrep.1 -BUILD_DEPENDS= ${PREFIX}/lib/libiberty.so:${PORTSDIR}/devel/freelibiberty +LIB_DEPENDS= iberty.1:${PORTSDIR}/devel/freelibiberty post-extract: @(cd ${WRKSRC}; rm -f .depend) |