diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-05-16 03:52:34 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-05-16 03:52:34 +0000 |
commit | e7e0cc6a8833d2a93aaf3d767da6f0932b1f8302 (patch) | |
tree | 0889bbc537dd18ffeb7f7d959a5887ae51572edb /graphics/linux-f10-jpeg | |
parent | b0e5117a2c0961bca2b6ae52a0fca8cffd6112f5 (diff) |
r1.7 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=109235
Diffstat (limited to 'graphics/linux-f10-jpeg')
-rw-r--r-- | graphics/linux-f10-jpeg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/linux-f10-jpeg/Makefile b/graphics/linux-f10-jpeg/Makefile index 8eaa79f8af3c..026237ccc42c 100644 --- a/graphics/linux-f10-jpeg/Makefile +++ b/graphics/linux-f10-jpeg/Makefile @@ -7,7 +7,7 @@ PORTNAME= jpeg PORTVERSION= 6b.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics linux MAINTAINER= ports@FreeBSD.org |