aboutsummaryrefslogtreecommitdiff
path: root/graphics/linux-f8-png10/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-07-10 21:57:10 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-07-10 21:57:10 +0000
commitadee2e8193cccd48b9d3e3d6266ad09776f1c690 (patch)
tree6e596ab341694d728a38c357dbfdba3d5e5c910a /graphics/linux-f8-png10/Makefile
parentaa68e4928a0999109e5c4429dc7673f4aef5f0a3 (diff)
Notes
Diffstat (limited to 'graphics/linux-f8-png10/Makefile')
-rw-r--r--graphics/linux-f8-png10/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/linux-f8-png10/Makefile b/graphics/linux-f8-png10/Makefile
index 488daeb85ec3..8f74d06681c2 100644
--- a/graphics/linux-f8-png10/Makefile
+++ b/graphics/linux-f8-png10/Makefile
@@ -6,18 +6,18 @@
#
PORTNAME= png
-PORTVERSION= 1.2.2
-PORTREVISION= 0
+PORTVERSION= 1.0.14
+PORTREVISION= 2
CATEGORIES= graphics linux
MASTER_SITES= ${RPM_MIRRORS:S/__DIR__/${UPDDIR}/g}
MAINTAINER= ports@FreeBSD.org
COMMENT= RPM of the PNG lib
-# no alpha rpm is available
-ONLY_FOR_ARCHS= i386
-
-BASEVERSION= 8.0
-RPM_SET= libpng-${PORTVERSION}-8.${MACHINE_ARCH}.rpm
+.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"