diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ftwin/Makefile | 2 | ||||
-rw-r--r-- | sysutils/ganglia-monitor-core/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ftwin/Makefile b/sysutils/ftwin/Makefile index d860a0d8e481..b0821da6dccf 100644 --- a/sysutils/ftwin/Makefile +++ b/sysutils/ftwin/Makefile @@ -15,7 +15,7 @@ MAINTAINER= baptiste.daroussin@gmail.com COMMENT= A useful tool to find duplicate files LIB_DEPENDS= puzzle.1:${PORTSDIR}/graphics/libpuzzle \ - apr-1.3:${PORTSDIR}/devel/apr \ + apr-1:${PORTSDIR}/devel/apr \ pcre.0:${PORTSDIR}/devel/pcre USE_BZIP2= yes diff --git a/sysutils/ganglia-monitor-core/Makefile b/sysutils/ganglia-monitor-core/Makefile index f263f4e6e03e..919b4ec0a595 100644 --- a/sysutils/ganglia-monitor-core/Makefile +++ b/sysutils/ganglia-monitor-core/Makefile @@ -20,7 +20,7 @@ MAINTAINER= brooks@FreeBSD.org COMMENT= Ganglia cluster monitor, monitoring daemon LIB_DEPENDS+= confuse:${PORTSDIR}/devel/libconfuse -LIB_DEPENDS+= apr-1.3:${PORTSDIR}/devel/apr +LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr PKGINSTALL= ${WRKDIR}/pkg-install |