diff options
author | kris <kris@FreeBSD.org> | 2004-05-16 03:55:53 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-05-16 03:55:53 +0000 |
commit | f12142030fbcac78c5b74025affbe95a4e6fa3b2 (patch) | |
tree | 55df906014e26345de1d685fcff417221f14bf9b /graphics/linux-f8-png | |
parent | b4d2632d0d3d36bea675b36b6fc242a19f9d8e9f (diff) | |
download | FreeBSD-ports-f12142030fbcac78c5b74025affbe95a4e6fa3b2.zip FreeBSD-ports-f12142030fbcac78c5b74025affbe95a4e6fa3b2.tar.gz |
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
Diffstat (limited to 'graphics/linux-f8-png')
-rw-r--r-- | graphics/linux-f8-png/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/linux-f8-png/Makefile b/graphics/linux-f8-png/Makefile index 8a493fa..8f74d06 100644 --- a/graphics/linux-f8-png/Makefile +++ b/graphics/linux-f8-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} |