diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-05 17:15:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-05 17:15:49 +0800 |
commit | d82ab35b164c5bef5324aff9433f09c5f95c789d (patch) | |
tree | 580e3c0dbe891b70ae218e03f1c6b0424f00cf60 /dns | |
parent | b6d120431e8487737cb2e3761ec4945e52d77890 (diff) | |
download | freebsd-ports-gnome-d82ab35b164c5bef5324aff9433f09c5f95c789d.tar.gz freebsd-ports-gnome-d82ab35b164c5bef5324aff9433f09c5f95c789d.tar.zst freebsd-ports-gnome-d82ab35b164c5bef5324aff9433f09c5f95c789d.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'dns')
-rw-r--r-- | dns/gdnsd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/gdnsd/Makefile b/dns/gdnsd/Makefile index d12cc0d94f39..1e57a89c5d32 100644 --- a/dns/gdnsd/Makefile +++ b/dns/gdnsd/Makefile @@ -19,6 +19,7 @@ OPTIONS_DEFINE= GEOIP GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_XZ= yes +USES= pkgcofnig MAN1= gdnsd_geoip_test.1 MAN3= gdnsd-plugin-api.3 |