diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-05 17:22:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-05 17:22:10 +0800 |
commit | c575712b333267f1c3d6c4eb1840c922b5dc4982 (patch) | |
tree | 87d1140806e410d651247d6fdd7b2edfc4a60412 /dns/gdnsd | |
parent | d82ab35b164c5bef5324aff9433f09c5f95c789d (diff) | |
download | freebsd-ports-gnome-c575712b333267f1c3d6c4eb1840c922b5dc4982.tar.gz freebsd-ports-gnome-c575712b333267f1c3d6c4eb1840c922b5dc4982.tar.zst freebsd-ports-gnome-c575712b333267f1c3d6c4eb1840c922b5dc4982.zip |
Fix typo
Diffstat (limited to 'dns/gdnsd')
-rw-r--r-- | dns/gdnsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/gdnsd/Makefile b/dns/gdnsd/Makefile index 1e57a89c5d32..f95acfe52653 100644 --- a/dns/gdnsd/Makefile +++ b/dns/gdnsd/Makefile @@ -19,7 +19,7 @@ OPTIONS_DEFINE= GEOIP GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_XZ= yes -USES= pkgcofnig +USES= pkgconfig MAN1= gdnsd_geoip_test.1 MAN3= gdnsd-plugin-api.3 |