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 /net-mgmt | |
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 'net-mgmt')
-rw-r--r-- | net-mgmt/ramond/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/ramond/Makefile b/net-mgmt/ramond/Makefile index fb515faad6c3..b84ad55ca491 100644 --- a/net-mgmt/ramond/Makefile +++ b/net-mgmt/ramond/Makefile @@ -22,7 +22,7 @@ PORTDOCS= README .include <bsd.port.pre.mk> -LIB_DEPENDS+= apr-1.3:${PORTSDIR}/devel/apr +LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ramond ${PREFIX}/sbin |