Correct a typo.

PR:		177563
Submitted by:	Maxim Samsonov <xors@mailup.net>
This commit is contained in:
Joe Marcus Clarke 2013-04-28 22:44:46 +00:00
parent 2a1e9949ef
commit ae311076b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316765

View file

@ -127,7 +127,7 @@ CONFIGURE_ARGS+= --with-libsmi=${LOCALBASE}
CONFIGURE_ARGS+= --with-libsmi=no
.endif
.if ${PORT_OPTIONS:MADNS}) && !defined(LITE)
.if ${PORT_OPTIONS:MADNS} && !defined(LITE)
LIB_DEPENDS+= adns:${PORTSDIR}/dns/adns
CONFIGURE_ARGS+= --with-adns=${LOCALBASE}/lib
.else