diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-03-16 15:17:51 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-03-16 15:17:51 +0000 |
commit | 19838e89280644b2f81d070a7f94c15ae07bf31a (patch) | |
tree | 9654d978ff839220d64b48ce6366f8855945e809 /graphics/linux-png10 | |
parent | d55d8f69cd6bd1eb1d78cdba80fb9a6708a520ab (diff) | |
download | ports-19838e89280644b2f81d070a7f94c15ae07bf31a.tar.gz ports-19838e89280644b2f81d070a7f94c15ae07bf31a.zip |
Notes
Diffstat (limited to 'graphics/linux-png10')
-rw-r--r-- | graphics/linux-png10/Makefile | 4 | ||||
-rw-r--r-- | graphics/linux-png10/distinfo.i386 | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/graphics/linux-png10/Makefile b/graphics/linux-png10/Makefile index 9945b8073b0c..86e34e0fb92b 100644 --- a/graphics/linux-png10/Makefile +++ b/graphics/linux-png10/Makefile @@ -13,6 +13,10 @@ MASTER_SITES= ${RPM_MIRRORS:S/__DIR__/${UPDDIR}/g} MAINTAINER= ports@FreeBSD.org COMMENT= RPM of the PNG lib +.if (${MACHINE_ARCH} == "i386") +RPM_SET= libpng-${PORTVERSION}-0.7x.4.${MACHINE_ARCH}.rpm +.elif (${MACHINE_ARCH} == "alpha") RPM_SET= libpng-${PORTVERSION}-0.7x.3.${MACHINE_ARCH}.rpm +.endif .include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/graphics/linux-png10/distinfo.i386 b/graphics/linux-png10/distinfo.i386 index 31ff3d213be8..40fcdf958430 100644 --- a/graphics/linux-png10/distinfo.i386 +++ b/graphics/linux-png10/distinfo.i386 @@ -1 +1 @@ -MD5 (rpm/libpng-1.0.14-0.7x.3.i386.rpm) = 738be191bbe6ae286185cc7e03686c2b +MD5 (rpm/libpng-1.0.14-0.7x.4.i386.rpm) = 7b1507aa0d479257e888c267deefe757 |