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 /textproc/libcroco | |
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 'textproc/libcroco')
-rw-r--r-- | textproc/libcroco/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/libcroco/Makefile b/textproc/libcroco/Makefile index 849a61d9385f..6ff69449e0c3 100644 --- a/textproc/libcroco/Makefile +++ b/textproc/libcroco/Makefile @@ -7,6 +7,7 @@ PORTNAME= libcroco PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= textproc gnome MASTER_SITES= GNOME @@ -14,6 +15,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= CSS2 parsing library USE_BZIP2= yes +USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:22 USE_LDCONFIG= yes |