diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-05 07:33:51 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-05 07:33:51 +0000 |
commit | bf60be81d18978782b3c3de21916fdb4a5cbb2e5 (patch) | |
tree | 9be083b0fd811caaa5b6ea713f83e7705ea93fbe /net/openreg/Makefile | |
parent | Fix build on perl 5.005_03 (diff) |
Chase repocopies towards ports/dns
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr
Diffstat (limited to 'net/openreg/Makefile')
-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 72390cb8fa22..f0b89f157c8f 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 |