summaryrefslogtreecommitdiff
path: root/textproc/freegrep/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-11-05 17:49:44 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-11-05 17:49:44 +0000
commite00afd8bcd0add322319696793b296b7b211a980 (patch)
treea7428c482459908295d9bc08073a0fa82bf8f8ec /textproc/freegrep/Makefile
parentSwitch to tcl/tk 8.2 (diff)
Update to version 0.14 which makes it compatible with GNU grep 2.3
PR: 14727 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=22930
Diffstat (limited to 'textproc/freegrep/Makefile')
-rw-r--r--textproc/freegrep/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/freegrep/Makefile b/textproc/freegrep/Makefile
index 3d755ae34ebf..8ffc4844c36b 100644
--- a/textproc/freegrep/Makefile
+++ b/textproc/freegrep/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: grep
-# Version required: 0.13
+# Version required: 0.14
# Date created: 8 June 1999
# Whom: Sheldon Hearn <sheldonh@freebsd.org>
#
# $FreeBSD$
#
-DISTNAME= grep-0.13
-PKGNAME= freegrep-0.13
+DISTNAME= grep-0.14
+PKGNAME= freegrep-0.14
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.wam.umd.edu/pub/howardjp/software/grep/ \
http://www.wam.umd.edu/~howardjp/software/grep/ \
@@ -17,6 +17,8 @@ MAINTAINER= howardjp@wam.umd.edu
MAN1= grep.1 egrep.1 fgrep.1 zgrep.1
+BUILD_DEPENDS= ${PREFIX}/lib/libiberty.so:${PORTSDIR}/devel/freelibiberty
+
post-extract:
@(cd ${WRKSRC}; rm -f .depend)