aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/freegrep
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-11-06 01:53:51 +0800
committercpiazza <cpiazza@FreeBSD.org>1999-11-06 01:53:51 +0800
commita463e2411b3530d2abad2a3f2ba8018d735396e4 (patch)
treece98d179607f93b00eaf0bbb89567364ca473957 /textproc/freegrep
parent8629ce08c49d1d1e2d826b248a81ad118e13ce9d (diff)
downloadfreebsd-ports-gnome-a463e2411b3530d2abad2a3f2ba8018d735396e4.tar.gz
freebsd-ports-gnome-a463e2411b3530d2abad2a3f2ba8018d735396e4.tar.zst
freebsd-ports-gnome-a463e2411b3530d2abad2a3f2ba8018d735396e4.zip
Use LIB_DEPENDS not BUILD_DEPENDS
Diffstat (limited to 'textproc/freegrep')
-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)