1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Fix dependency on libnfc.1.

This commit is contained in:
Romain Tartière 2011-02-23 18:40:21 +00:00
parent f2ea93986b
commit 760221c952
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269562

View File

@ -7,6 +7,7 @@
PORTNAME= libfreefare
PORTVERSION= 0.3.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://nfc-tools.googlecode.com/files/ \
http://romain.blogreen.org/distfiles/
@ -14,7 +15,7 @@ MASTER_SITES= http://nfc-tools.googlecode.com/files/ \
MAINTAINER= romain@FreeBSD.org
COMMENT= MIFARE contactless tag access library
LIB_DEPENDS= nfc.0:${PORTSDIR}/devel/libnfc
LIB_DEPENDS= nfc.1:${PORTSDIR}/devel/libnfc
GNU_CONFIGURE= yes
USE_GMAKE= yes