diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-05 07:33:51 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-05 07:33:51 +0000 |
commit | ceff32bcc316a64e9670d27cac3756c938c4ee86 (patch) | |
tree | f903034d96611387c8ea48c1a597e6fe760c51f2 /net/openreg | |
parent | fe0814ceee24f208469570b9c55f04a54739392d (diff) | |
download | FreeBSD-ports-ceff32bcc316a64e9670d27cac3756c938c4ee86.zip FreeBSD-ports-ceff32bcc316a64e9670d27cac3756c938c4ee86.tar.gz |
Chase repocopies towards ports/dns
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr
Diffstat (limited to 'net/openreg')
-rw-r--r-- | net/openreg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openreg/Makefile b/net/openreg/Makefile index 72390cb8..f0b89f1 100644 --- a/net/openreg/Makefile +++ b/net/openreg/Makefile @@ -15,10 +15,10 @@ MAINTAINER= seanc@FreeBSD.org COMMENT= Domain Registry software RUN_DEPENDS= ${LOCALBASE}/sbin/stunnel:${PORTSDIR}/security/stunnel \ - ${LOCALBASE}/sbin/named:${PORTSDIR}/net/bind9 \ + ${LOCALBASE}/sbin/named:${PORTSDIR}/dns/bind9 \ ${LOCALBASE}/bin/postgres:${PORTSDIR}/${POSTGRESQL_PORT} \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes -BUILD_DEPENDS= ${LOCALBASE}/include/isc/buffer.h:${PORTSDIR}/net/bind9 +BUILD_DEPENDS= ${LOCALBASE}/include/isc/buffer.h:${PORTSDIR}/dns/bind9 LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 POSTGRESQL_PORT?= databases/postgresql7 |