diff options
Diffstat (limited to 'textproc/linux-f10-libxml2/Makefile')
-rw-r--r-- | textproc/linux-f10-libxml2/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/linux-f10-libxml2/Makefile b/textproc/linux-f10-libxml2/Makefile index a0406cbb878e..50be2e70d7fe 100644 --- a/textproc/linux-f10-libxml2/Makefile +++ b/textproc/linux-f10-libxml2/Makefile @@ -7,16 +7,17 @@ PORTNAME= libxml PORTVERSION= 1.8.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc linux -DISTNAME= ${PORTNAME}-${PORTVERSION}-11 +DISTNAME= ${PORTNAME}-${PORTVERSION}-13 MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= RPM of libxml USE_LINUX_RPM= yes -LINUX_DIST_VER= 3 +LINUX_DIST_VER= 4 INSTALLS_SHLIB= yes PLIST= pkg-plist.${LINUX_RPM_ARCH} +PLIST_SUB+= PORTVERSION="${PORTVERSION}" .include <bsd.port.mk> |