diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 15:24:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 15:24:02 +0800 |
commit | 83b039a2ada94a8667dd74f76140cf63ff86936b (patch) | |
tree | 56d83f16c1f7707a5ec0992335ab785141f2388e /dns/powerdns/Makefile | |
parent | 64d70ac4ccbe0791111277d48c0e6835936c12e3 (diff) | |
download | freebsd-ports-gnome-83b039a2ada94a8667dd74f76140cf63ff86936b.tar.gz freebsd-ports-gnome-83b039a2ada94a8667dd74f76140cf63ff86936b.tar.zst freebsd-ports-gnome-83b039a2ada94a8667dd74f76140cf63ff86936b.zip |
Convert dns to USES=pkgconfig
Diffstat (limited to 'dns/powerdns/Makefile')
-rw-r--r-- | dns/powerdns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index cd78f1610492..b4fe93e5f5b6 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -19,9 +19,9 @@ LUA_COMPS= lua CONFLICTS= powerdns-devel-[2-3].[0-9]* +USES= pkgconfig USE_GMAKE= YES USE_SUBMAKE= YES -USE_PKGCONFIG= build USE_AUTOTOOLS= libtool USE_LDCONFIG= YES CXXFLAGS+= -I${LOCALBASE}/include |