diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-05-16 03:55:53 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-05-16 03:55:53 +0000 |
commit | 4c9734994babdbf08260ba1c7bb894e5a1e07f86 (patch) | |
tree | f8af59f8261a4fac1471f4db41cb958c364411f4 /graphics/linux-png | |
parent | e7e0cc6a8833d2a93aaf3d767da6f0932b1f8302 (diff) |
r1.9 caused the PORTREVISION to go backwards since this port is a slave of
x11-toolkits/linux-gtk, that port previously had PORTREVISION=2 and this
port failed to override it. Set the PORTREVISION to 2 again.
Pointy hats to: trevor, marcus
Notes
Notes:
svn path=/head/; revision=109236
Diffstat (limited to 'graphics/linux-png')
-rw-r--r-- | graphics/linux-png/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/linux-png/Makefile b/graphics/linux-png/Makefile index 8a493faef9b8..8f74d06681c2 100644 --- a/graphics/linux-png/Makefile +++ b/graphics/linux-png/Makefile @@ -7,7 +7,7 @@ PORTNAME= png PORTVERSION= 1.0.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics linux MASTER_SITES= ${RPM_MIRRORS:S/__DIR__/${UPDDIR}/g} |