diff options
Diffstat (limited to 'security/vxquery/Makefile')
-rw-r--r-- | security/vxquery/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/vxquery/Makefile b/security/vxquery/Makefile index b1c79af280ad..6dfe8bfc1c35 100644 --- a/security/vxquery/Makefile +++ b/security/vxquery/Makefile @@ -7,6 +7,7 @@ PORTNAME= vxquery PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= security textproc MASTER_SITES= http://www.vuxml.org/files/ @@ -21,7 +22,7 @@ GNU_CONFIGURE= YES .include <bsd.port.pre.mk> .if ${OSVERSION} < 501111 CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" -LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 .endif do-install: |