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 | 1ce0302947d743ad03b99c7a9e59a80fb61e4c7b (patch) | |
tree | 162ff6b4609fc3c7766ec8c261c3ecc68fe0db4b | |
parent | b918835ecd47acac0789cfa7447e3697b36d5ec4 (diff) | |
download | pkgsrc-1ce0302947d743ad03b99c7a9e59a80fb61e4c7b.tar.gz |
Append {,nb*} to a dependency.
-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 |