diff options
author | simon <simon@FreeBSD.org> | 2009-12-07 20:21:19 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2009-12-07 20:21:19 +0800 |
commit | 9b078f73bea262aacb1e8a6cf1eccb31ee260862 (patch) | |
tree | 8658cf9875a92f3e83f5489042b1b78f13fbe984 /sysutils/freeipmi | |
parent | f7cd7c3155ac9283020de0f980a1bddbacae4f3a (diff) | |
download | freebsd-ports-graphics-9b078f73bea262aacb1e8a6cf1eccb31ee260862.tar.gz freebsd-ports-graphics-9b078f73bea262aacb1e8a6cf1eccb31ee260862.tar.zst freebsd-ports-graphics-9b078f73bea262aacb1e8a6cf1eccb31ee260862.zip |
Change argp-standalone from a build time dependency to a runtime
dependency, since at least 'ipmimonitoring' links dynamically against
the argp-standalone library.
PR: ports/140246
Prod to commit by: pav (indirectly) :-)
Approved by: Dmitry Frolov (maintainer)
Diffstat (limited to 'sysutils/freeipmi')
-rw-r--r-- | sysutils/freeipmi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/freeipmi/Makefile b/sysutils/freeipmi/Makefile index c85101ce029..5a1babc9e7b 100644 --- a/sysutils/freeipmi/Makefile +++ b/sysutils/freeipmi/Makefile @@ -24,8 +24,8 @@ MASTER_SITES= http://ftp.zresearch.com/pub/freeipmi/${PORTVERSION}/ \ MAINTAINER= frol@nov.net COMMENT= Library and tools to support IPMI-capable hardware -BUILD_DEPENDS+= ${LOCALBASE}/lib/libargp.a:${PORTSDIR}/devel/argp-standalone -LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt \ + argp:${PORTSDIR}/devel/argp-standalone USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes |