From ca9d0e2291f677879c1b36a416eb2ad271850cbc Mon Sep 17 00:00:00 2001 From: girgen Date: Mon, 31 Jan 2005 00:35:55 +0000 Subject: Split the postgresql ports into a server and a client part. All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) --- dns/sqldjbdns/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dns/sqldjbdns/Makefile') diff --git a/dns/sqldjbdns/Makefile b/dns/sqldjbdns/Makefile index 5e12b16c5d46..a525647812a8 100644 --- a/dns/sqldjbdns/Makefile +++ b/dns/sqldjbdns/Makefile @@ -7,6 +7,7 @@ PORTNAME= sqldjbdns PORTVERSION= 0.72 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://home.tiscali.cz:8080/~cz210552/distfiles/ @@ -15,9 +16,10 @@ COMMENT= DJB dns server with PostgreSQL backend DJ_PORT?= ${PORTSDIR}/dns/djbdns BUILD_DEPENDS= ${NONEXISTENT}:${DJ_PORT}:extract -LIB_DEPENDS= pq.3:${PORTSDIR}/databases/postgresql7 RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools +USE_PGSQL= YES + PORTDOCS= ANNOUNCEMENT STATUS pgsqldns.html NEWS TODO README \ pgsqldns-conf.html sqldns.html pgsqldns-schema.html DJ_SRC= `cd ${DJ_PORT} && make -V WRKSRC` -- cgit