diff options
author | knu <knu@FreeBSD.org> | 2002-03-12 22:38:47 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-03-12 22:38:47 +0000 |
commit | 4f03b7ebae70ca0aa5108ea6ca20e37acd3fcf37 (patch) | |
tree | 44caa686166a16491735b3ff9bfffd6a27c34dea /graphics/gd2 | |
parent | a42f0a71658b4afca035a3594d82306425c0a31c (diff) | |
download | FreeBSD-ports-4f03b7ebae70ca0aa5108ea6ca20e37acd3fcf37.zip FreeBSD-ports-4f03b7ebae70ca0aa5108ea6ca20e37acd3fcf37.tar.gz |
Bump PORTREVISION after the freetype2 shlib major update.
Diffstat (limited to 'graphics/gd2')
-rw-r--r-- | graphics/gd2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gd2/Makefile b/graphics/gd2/Makefile index d13490a..62f9a09 100644 --- a/graphics/gd2/Makefile +++ b/graphics/gd2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gd PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES+= graphics MASTER_SITES= http://www.boutell.com/gd/http/ \ ftp://ftp.boutell.com/pub/boutell/gd/ \ |