summaryrefslogtreecommitdiff
path: root/security/qident
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-11-29 08:16:58 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-11-29 08:16:58 +0000
commit9642533200aeb0b6aedcd4b08d60ccd3b074ec03 (patch)
treefc13984fde348b083cd7f51ad1c1bba70bfc3ae7 /security/qident
parentUpdate to 0.8.0. (diff)
Use LIB_DEPENDS instead of bogus BUILD_DEPENDS
Approved by: dd (maintainer)
Notes
Notes: svn path=/head/; revision=149866
Diffstat (limited to 'security/qident')
-rw-r--r--security/qident/Makefile2
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