diff options
author | marcus <marcus@FreeBSD.org> | 2010-06-06 01:15:38 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2010-06-06 01:15:38 +0800 |
commit | d0650078077644f7af2ce1fb1d3078b84ddfdc27 (patch) | |
tree | c00e199681c8b593055f976d6973116fc7f3deb6 /editors | |
parent | ab4b8438560edf37e7ffe0e30d2bc6e55a62d036 (diff) | |
download | freebsd-ports-gnome-d0650078077644f7af2ce1fb1d3078b84ddfdc27.tar.gz freebsd-ports-gnome-d0650078077644f7af2ce1fb1d3078b84ddfdc27.tar.zst freebsd-ports-gnome-d0650078077644f7af2ce1fb1d3078b84ddfdc27.zip |
Add more USE_GETTEXT macros, and bump PORTREVISIONs.
Reported by: amdmi3
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 1bae0a3a496c..ccd869d43c35 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -8,6 +8,7 @@ PORTNAME= abiword PORTVERSION= 2.8.4 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword @@ -27,6 +28,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSerif.ttf:${PORTSDIR}/x11-f USE_GMAKE= yes USE_ICONV= yes +USE_GETTEXT= yes USE_GNOME= gnomehack libxml2 gtk20 desktopfileutils librsvg2 WANT_GNOME= yes GNU_CONFIGURE= yes |