aboutsummaryrefslogtreecommitdiffstats
path: root/www/links/Makefile
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2006-05-29 22:16:41 +0800
committerdemon <demon@FreeBSD.org>2006-05-29 22:16:41 +0800
commit9989ea2386baafcd633f8e2f457ba8049791b44c (patch)
tree356f2c06867d1ad4d53fae68f34073f81cc61094 /www/links/Makefile
parent43fb1231cedd96f02f431cc5bbaf18820cdd2e19 (diff)
downloadfreebsd-ports-gnome-9989ea2386baafcd633f8e2f457ba8049791b44c.tar.gz
freebsd-ports-gnome-9989ea2386baafcd633f8e2f457ba8049791b44c.tar.zst
freebsd-ports-gnome-9989ea2386baafcd633f8e2f457ba8049791b44c.zip
Use pcre library.
PR: 97099 Submitted by: Dmitriy Kirhlarov <dkirhlarov@oilspace.com>
Diffstat (limited to 'www/links/Makefile')
-rw-r--r--www/links/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/links/Makefile b/www/links/Makefile
index 3b238730d056..2144628869cc 100644
--- a/www/links/Makefile
+++ b/www/links/Makefile
@@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-2.1pre21
MAINTAINER?= demon@FreeBSD.org
COMMENT= Lynx-like text WWW browser
+LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-javascript --with-ssl
CONFIGURE_ENV+= CPPFLAGS='-I${LOCALBASE}/include'