diff options
author | tnn <tnn@pkgsrc.org> | 2008-01-24 11:10:53 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-01-24 11:10:53 +0000 |
commit | 9d74e6347613fd82ded213096aad8128acd0416d (patch) | |
tree | 162ff6b4609fc3c7766ec8c261c3ecc68fe0db4b /security | |
parent | 765e05cdd6cd6965b115c7fabe1b780c56a0b5c7 (diff) | |
download | pkgsrc-9d74e6347613fd82ded213096aad8128acd0416d.tar.gz |
Append {,nb*} to a dependency.
Diffstat (limited to 'security')
-rw-r--r-- | security/hydra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/hydra/Makefile b/security/hydra/Makefile index e7a3cfbd4b0..ac940af5cf1 100644 --- a/security/hydra/Makefile +++ b/security/hydra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/01/18 05:09:37 tnn Exp $ +# $NetBSD: Makefile,v 1.16 2008/01/24 11:10:53 tnn Exp $ # DISTNAME= ${PKGNAME_NOREV}-src @@ -33,7 +33,7 @@ SUBST_MESSAGE.build= Patching build files. USE_OLD_DES_API= YES PLIST_SRC= ${WRKDIR}/.PLIST_SRC CONFIGURE_ARGS+= --prefix=${PREFIX:Q} -BUILDLINK_API_DEPENDS.libssh+= libssh-0.11 +BUILDLINK_API_DEPENDS.libssh+= libssh-0.11{,nb*} INSTALLATION_DIRS= bin |