diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2009-12-07 12:21:19 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2009-12-07 12:21:19 +0000 |
commit | 0c2b42d062905bede5605406604a55485c665f95 (patch) | |
tree | 8ab65e895dd4c1a8fb6bc9aec9c12ffacce7ce49 /sysutils/freeipmi | |
parent | c5804572f8e3b6caea7c39873820d99c39e4215b (diff) | |
download | ports-0c2b42d062905bede5605406604a55485c665f95.tar.gz ports-0c2b42d062905bede5605406604a55485c665f95.zip |
Notes
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 c85101ce029c..5a1babc9e7ba 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 |