diff options
Diffstat (limited to 'graphics/png/Makefile')
| -rw-r--r-- | graphics/png/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 2c4b4ff9f2ad..cdeb4c557d12 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,8 +1,9 @@ PORTNAME= png -DISTVERSION= 1.6.50 +DISTVERSION= 1.6.52 CATEGORIES= graphics MASTER_SITES= SF/lib${PORTNAME}/lib${PORTNAME}16/${DISTVERSION}/ -PATCH_SITES= SF/lib${PORTNAME}-apng/lib${PORTNAME}16/${DISTVERSION}/ +PATCH_SITES= SF/lib${PORTNAME}-apng/lib${PORTNAME}16/${_PATCH_VERSION}/ +_PATCH_VERSION= 1.6.51 # Keep this because you normally need to keep patch version in sync with release DISTNAME= lib${PORTNAME}-${DISTVERSION} @@ -50,7 +51,7 @@ CFLAGS+= -maltivec -mvsx .if ${PORT_OPTIONS:MAPNG} || make(makesum) #PATCHFILES= ${DISTNAME}-apng.patch.gz:-p1 # Keep this because you normally need to keep patch version in sync with release -PATCHFILES= lib${PORTNAME}-${DISTVERSION}-apng.patch.gz:-p1 +PATCHFILES= lib${PORTNAME}-${_PATCH_VERSION}-apng.patch.gz:-p1 .endif .include <bsd.port.mk> |
