diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-05-06 05:47:49 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-05-06 05:47:49 +0800 |
commit | 1a1ec2b46d40b6609206347fcd6e237ef54a4218 (patch) | |
tree | 879033bb0b7d378478c65e86d5f43b54acba5877 /sysutils | |
parent | dd0d0dde5b278c6324e9f11535484a830d6349d9 (diff) | |
download | freebsd-ports-gnome-1a1ec2b46d40b6609206347fcd6e237ef54a4218.tar.gz freebsd-ports-gnome-1a1ec2b46d40b6609206347fcd6e237ef54a4218.tar.zst freebsd-ports-gnome-1a1ec2b46d40b6609206347fcd6e237ef54a4218.zip |
3/5: Fix apr-1.3 libnames to be apr-1
PORTREVISION bumps comming next
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@
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 |