diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gtkspell/Makefile | 2 | ||||
-rw-r--r-- | textproc/libcroco/Makefile | 2 | ||||
-rw-r--r-- | textproc/libxslt/Makefile | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index d441eed98bbe..6554afeb3180 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -8,7 +8,7 @@ PORTNAME= gtkspell PORTVERSION= 2.0.16 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= marcus 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 diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 03ac21676a26..61d8dbfc1f16 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -20,6 +20,7 @@ COMMENT?= The XSLT C library for GNOME .if !defined(REFERENCE_PORT) USE_GMAKE= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GNOME?= gnomehack gnometarget libxml2 |