diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-06-06 01:15:38 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-06-06 01:15:38 +0800 |
commit | 030f3c38724d4cee3d85538c85ca8870e92aeb9a (patch) | |
tree | c6236e4e5265ef0a32075e008a4ba2fd38344238 /editors/abiword | |
parent | 33ad0f196273febb1046ec439a208fd82d1471e8 (diff) | |
download | freebsd-ports-gnome-030f3c38724d4cee3d85538c85ca8870e92aeb9a.tar.gz freebsd-ports-gnome-030f3c38724d4cee3d85538c85ca8870e92aeb9a.tar.zst freebsd-ports-gnome-030f3c38724d4cee3d85538c85ca8870e92aeb9a.zip |
Add more USE_GETTEXT macros, and bump PORTREVISIONs.
Reported by: amdmi3
Diffstat (limited to 'editors/abiword')
-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 |