The dependency on idnkit should be a LIB_, not a BUILD_

PR:		ports/137240
Submitted by:	danger
This commit is contained in:
Doug Barton 2009-07-30 18:47:46 +00:00
parent 613b505d76
commit e9a0414264
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238687
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ CONFIGURE_ARGS+= --without-libxml2
.if defined(WITH_IDN)
CONFIGURE_ARGS+= --with-idn=${LOCALBASE} --with-libiconv=${LOCALBASE}
BUILD_DEPENDS+= runidn:${PORTSDIR}/dns/idnkit
LIB_DEPENDS+= idnkit.1:${PORTSDIR}/dns/idnkit
.else
CONFIGURE_ARGS+= --without-idn
.endif

View file

@ -75,7 +75,7 @@ CONFIGURE_ARGS+= --without-libxml2
.if defined(WITH_IDN)
CONFIGURE_ARGS+= --with-idn=${LOCALBASE} --with-libiconv=${LOCALBASE}
BUILD_DEPENDS+= runidn:${PORTSDIR}/dns/idnkit
LIB_DEPENDS+= idnkit.1:${PORTSDIR}/dns/idnkit
.else
CONFIGURE_ARGS+= --without-idn
.endif