diff options
Diffstat (limited to 'sysutils/mstflint/Makefile')
-rw-r--r-- | sysutils/mstflint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/mstflint/Makefile b/sysutils/mstflint/Makefile index 76d29ac15cb2..230b6b99d00f 100644 --- a/sysutils/mstflint/Makefile +++ b/sysutils/mstflint/Makefile @@ -1,6 +1,6 @@ PORTNAME= mstflint DISTVERSIONPREFIX= v -DISTVERSION= 4.30.0-1 +DISTVERSION= 4.33.0-1 CATEGORIES= sysutils MAINTAINER= olivier@FreeBSD.org @@ -32,7 +32,7 @@ ADAB_LIB_DEPENDS= libexpat.so:textproc/expat2 FWMANAGER_CONFIGURE_ON= --enable-fw-mgr FWMANAGER_LIB_DEPENDS= libcurl.so:ftp/curl \ - libxml2.so.2:textproc/libxml2 + libxml2.so:textproc/libxml2 post-patch: @${ECHO} '#define TOOLS_GIT_SHA "N/A"' > ${WRKSRC}/common/gitversion.h |