diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 00:21:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 00:21:38 +0800 |
commit | ab93ec4098542fafc79f85ccb037c088a175a225 (patch) | |
tree | 0f91c8ecd5ebbf28bdef91ce28d785f5877b833d /devel | |
parent | b9ef45ee941ff10c20e52800c17a4fe88584047e (diff) | |
download | freebsd-ports-gnome-ab93ec4098542fafc79f85ccb037c088a175a225.tar.gz freebsd-ports-gnome-ab93ec4098542fafc79f85ccb037c088a175a225.tar.zst freebsd-ports-gnome-ab93ec4098542fafc79f85ccb037c088a175a225.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libnfc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libnfc/Makefile b/devel/libnfc/Makefile index 9a0bd9361a52..a52d4f056442 100644 --- a/devel/libnfc/Makefile +++ b/devel/libnfc/Makefile @@ -22,7 +22,7 @@ SERIALPROBE_DESC= serial auto-probe GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes -USES= pathfix +USES= pathfix pkgconfig MAN1= nfc-anticol.1 nfc-dep-initiator.1 nfc-dep-target.1 \ nfc-emulate-forum-tag4.1 nfc-emulate-tag.1 nfc-emulate-uid.1 \ |