diff options
author | marcus <marcus@FreeBSD.org> | 2010-06-01 06:52:40 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2010-06-01 06:52:40 +0800 |
commit | 66b59c29d31c28957b86bbe1b520844d5336d4d4 (patch) | |
tree | 72a59e244b5f381232840bd1d3de446805dc1596 /x11-toolkits/pango | |
parent | 2c2561c199ec10f3700421f8ede07d5273bf248f (diff) | |
download | freebsd-ports-gnome-66b59c29d31c28957b86bbe1b520844d5336d4d4.tar.gz freebsd-ports-gnome-66b59c29d31c28957b86bbe1b520844d5336d4d4.tar.zst freebsd-ports-gnome-66b59c29d31c28957b86bbe1b520844d5336d4d4.zip |
Bump PORTREVISION and add USE_GETTEXT where missing.
PR: 147257
Diffstat (limited to 'x11-toolkits/pango')
-rw-r--r-- | x11-toolkits/pango/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index f2a26a2dbd3c..b09c487e28b8 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -8,7 +8,7 @@ PORTNAME= pango PORTVERSION= 1.28.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11-toolkits MASTER_SITES= GNOME \ ftp://ftp.gtk.org/pub/pango/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ |