diff options
Diffstat (limited to 'devel/srecord/Makefile')
-rw-r--r-- | devel/srecord/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/srecord/Makefile b/devel/srecord/Makefile index 883b467699c5..5c55dc097e85 100644 --- a/devel/srecord/Makefile +++ b/devel/srecord/Makefile @@ -8,7 +8,7 @@ PORTNAME= srecord PORTVERSION= 1.50 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF @@ -16,7 +16,7 @@ MAINTAINER= abwang@gmail.com COMMENT= A collection of powerful tools for manipulating EPROM load files BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |