diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libfreefare/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libfreefare/Makefile b/devel/libfreefare/Makefile index 4050e355c551..6e8637c82648 100644 --- a/devel/libfreefare/Makefile +++ b/devel/libfreefare/Makefile @@ -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 |