diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-11-29 08:16:58 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-11-29 08:16:58 +0000 |
commit | 9642533200aeb0b6aedcd4b08d60ccd3b074ec03 (patch) | |
tree | fc13984fde348b083cd7f51ad1c1bba70bfc3ae7 | |
parent | Update to 0.8.0. (diff) |
Use LIB_DEPENDS instead of bogus BUILD_DEPENDS
Approved by: dd (maintainer)
-rw-r--r-- | security/qident/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/qident/Makefile b/security/qident/Makefile index 0270cb84855c..9314cfc89231 100644 --- a/security/qident/Makefile +++ b/security/qident/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.hairylemon.org/~ad/software/qident/ MAINTAINER= dd@FreeBSD.org COMMENT= Query a remote IDENT (RFC 1413) server -BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident +LIB_DEPENDS= ident.0:${PORTSDIR}/security/libident USE_REINPLACE= yes |