diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-03 13:12:26 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-03 13:12:26 +0000 |
commit | 23e831a836325c0a348ed1dd06e24a7d32b688d8 (patch) | |
tree | fe4365e2733bbefa20d2c383ab93df5dde9576f0 /sysutils/istatd/Makefile | |
parent | ce1be955c0c586aa436fb2a569a85773394531db (diff) |
Notes
Diffstat (limited to 'sysutils/istatd/Makefile')
-rw-r--r-- | sysutils/istatd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/istatd/Makefile b/sysutils/istatd/Makefile index b3e71b671cdd..6009b490c94b 100644 --- a/sysutils/istatd/Makefile +++ b/sysutils/istatd/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://cloud.github.com/downloads/tiwilliam/${PORTNAME}/ MAINTAINER= farrokhi@FreeBSD.org COMMENT= Daemon for iStat iPhone application -LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes USE_RC_SUBR= ${PORTNAME} |