summaryrefslogtreecommitdiff
path: root/textproc/freegrep/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-11-05 17:53:51 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-11-05 17:53:51 +0000
commit17b03501bd144ae638ba1ab72372325403fdeb2a (patch)
tree525ac2e88104defe49c4cb695eadbc082ad5271d /textproc/freegrep/Makefile
parentUpdate to version 0.14 which makes it compatible with GNU grep 2.3 (diff)
Use LIB_DEPENDS not BUILD_DEPENDS
Notes
Notes: svn path=/head/; revision=22931
Diffstat (limited to 'textproc/freegrep/Makefile')
-rw-r--r--textproc/freegrep/Makefile2
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)