explicity add pcre as dependency.
reported by James F. Wilkus <james at unixninja dot us>
This commit is contained in:
parent
d200e946c8
commit
6fe9842e9a
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2003/09/23 06:34:17 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2004/03/01 20:10:52 fgsch Exp $
|
||||
|
||||
COMMENT= 'threaded NNTP and spool based UseNet newsreader'
|
||||
|
||||
@ -29,11 +29,14 @@ CONFIGURE_ARGS+= --with-ispell=${LOCALBASE}/bin/ispell \
|
||||
--without-pgpk \
|
||||
--with-gpg=${LOCALBASE}/bin/gpg \
|
||||
--with-screen=ncurses \
|
||||
--with-pcre=${LOCALBASE} \
|
||||
--enable-break-long-lines \
|
||||
--enable-ipv6
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
LIB_DEPENDS+= pcre::devel/pcre
|
||||
|
||||
FLAVORS= nntp_only
|
||||
FLAVOR?=
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user