diff options
author | Romain Tartière <romain@FreeBSD.org> | 2016-10-15 07:02:05 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2016-10-15 07:02:05 +0000 |
commit | 2969ca9bcd5ec760b8e41112c85c5acdb344de1a (patch) | |
tree | ebed2f15fd38bbcb3cf68d5f675542035b1a2fb6 | |
parent | devel/checkheaders: fix MASTER_SITE, submitter becomes maintainer (diff) |
Minor updates
1. Fix dependency on readline
2. Set license
3. Bump PORTVERSION
PR: 211843 [1]
Submitted by: pi [1]
Notes
Notes:
svn path=/head/; revision=424004
-rw-r--r-- | devel/libnfc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/libnfc/Makefile b/devel/libnfc/Makefile index bd4f0216e46b..c914dea32ddb 100644 --- a/devel/libnfc/Makefile +++ b/devel/libnfc/Makefile @@ -3,7 +3,7 @@ PORTNAME= libnfc PORTVERSION= 1.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://dl.bintray.com/nfc-tools/sources/ \ http://romain.blogreen.org/distfiles/ @@ -11,6 +11,8 @@ MASTER_SITES= http://dl.bintray.com/nfc-tools/sources/ \ MAINTAINER= romain@FreeBSD.org COMMENT= Near Field Communication (NFC) library +LICENSE= LGPL3+ + #OPTIONS_DEFINE= ACR122_PCSC ACR122_USB ACR122S ARYGON PN532_I2C PN532_SPI PN532_UART PN53X_USB #OPTIONS_DEFAULT=ACR122_USB ACR122S ARYGON PN532_I2C PN532_SPI PN532_UART PN53X_USB OPTIONS_DEFINE= ACR122_PCSC ACR122_USB ACR122S ARYGON PN532_UART PN53X_USB EXAMPLES @@ -26,7 +28,7 @@ PN53X_USB_DESC= PN53X USB driver GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake pathfix pkgconfig tar:bzip2 libtool +USES= gmake libtool pathfix pkgconfig readline tar:bzip2 MAKE_ENV= INSTALL_STRIP_FLAG="${STRIP}" # Restrict to stable (even) versions, indicated by the second component. |