diff options
author | vs <vs@FreeBSD.org> | 2005-11-29 16:16:58 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-11-29 16:16:58 +0800 |
commit | d4a93d24a3e36c170a881ce568676a6b5cc5b818 (patch) | |
tree | 2033c917f3e88a80f55ad71cc791588df4bfd964 /security/qident | |
parent | 1d897155361d2399940e2016c9d1daf72efc2fc7 (diff) | |
download | freebsd-ports-gnome-d4a93d24a3e36c170a881ce568676a6b5cc5b818.tar.gz freebsd-ports-gnome-d4a93d24a3e36c170a881ce568676a6b5cc5b818.tar.zst freebsd-ports-gnome-d4a93d24a3e36c170a881ce568676a6b5cc5b818.zip |
Use LIB_DEPENDS instead of bogus BUILD_DEPENDS
Approved by: dd (maintainer)
Diffstat (limited to 'security/qident')
-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 |