diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-05-18 12:20:37 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-05-18 12:20:37 +0800 |
commit | c49dbf44f4e04e0f3405f780e6d0e432a58cbe36 (patch) | |
tree | 7e3afc3afe61e3ee3706f8956a1b2c841d8a7b65 /devel | |
parent | 6bd59e14364395f0da9914994a385a3f5c4b9017 (diff) | |
download | freebsd-ports-graphics-c49dbf44f4e04e0f3405f780e6d0e432a58cbe36.tar.gz freebsd-ports-graphics-c49dbf44f4e04e0f3405f780e6d0e432a58cbe36.tar.zst freebsd-ports-graphics-c49dbf44f4e04e0f3405f780e6d0e432a58cbe36.zip |
- Missed one in previous devel/apr -> devel/apr
PR: ports/146553
With Hat: apache@
Diffstat (limited to 'devel')
-rw-r--r-- | devel/subversion/Makefile.common | 2 | ||||
-rw-r--r-- | devel/subversion16/Makefile.common | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/subversion/Makefile.common b/devel/subversion/Makefile.common index 4ed8ab17cc6..f8f70da5fd1 100644 --- a/devel/subversion/Makefile.common +++ b/devel/subversion/Makefile.common @@ -100,7 +100,7 @@ APU_CONFIG= apu-config .endif APR_PORT= ${APACHE_PORT} .else -APR_PORT= devel/apr +APR_PORT= devel/apr1 LIB_DEPENDS+= apr-1:${PORTSDIR}/${APR_PORT} APR_APU_DIR= ${LOCALBASE}/bin APR_CONFIG= apr-1-config diff --git a/devel/subversion16/Makefile.common b/devel/subversion16/Makefile.common index 4ed8ab17cc6..f8f70da5fd1 100644 --- a/devel/subversion16/Makefile.common +++ b/devel/subversion16/Makefile.common @@ -100,7 +100,7 @@ APU_CONFIG= apu-config .endif APR_PORT= ${APACHE_PORT} .else -APR_PORT= devel/apr +APR_PORT= devel/apr1 LIB_DEPENDS+= apr-1:${PORTSDIR}/${APR_PORT} APR_APU_DIR= ${LOCALBASE}/bin APR_CONFIG= apr-1-config |