diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-09-07 20:08:37 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-09-07 20:08:37 +0000 |
commit | 54732cbcfcd4c4cb98a58320d5dccc060fdce10e (patch) | |
tree | 31f61656fe4473d53b08f1d06bc6b023f9b42851 /graphics/linux-f10-png/Makefile | |
parent | bf69eb1ac3c9c36c9898c1d105ee57059188a2e4 (diff) | |
download | ports-54732cbcfcd4c4cb98a58320d5dccc060fdce10e.tar.gz ports-54732cbcfcd4c4cb98a58320d5dccc060fdce10e.zip |
Notes
Diffstat (limited to 'graphics/linux-f10-png/Makefile')
-rw-r--r-- | graphics/linux-f10-png/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/linux-f10-png/Makefile b/graphics/linux-f10-png/Makefile index 4f4bbbef5d9e..7907639b2166 100644 --- a/graphics/linux-f10-png/Makefile +++ b/graphics/linux-f10-png/Makefile @@ -6,7 +6,7 @@ # PORTNAME= png -PORTVERSION= 1.2.35 +PORTVERSION= 1.2.37 CATEGORIES= graphics linux PKGNAMEPREFIX= linux-f10- DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} @@ -24,12 +24,12 @@ RPMVERSION= 1.fc10 USE_LDCONFIG= yes PLIST_FILES= usr/lib/libpng.so.3 \ - usr/lib/libpng.so.3.35.0 \ + usr/lib/libpng.so.3.37.0 \ usr/lib/libpng12.so.0 \ - usr/lib/libpng12.so.0.35.0 \ + usr/lib/libpng12.so.0.37.0 \ usr/share/man/man5/png.5.gz DOCSDIR= ${PREFIX}/usr/share/doc/libpng-${PORTVERSION} -PORTDOCS= CHANGES LICENSE README TODO example.c libpng-1.2.35.txt +PORTDOCS= CHANGES LICENSE README TODO example.c libpng-1.2.37.txt DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr .include <bsd.port.mk> |