aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-08-15 16:27:47 +0800
committerrafan <rafan@FreeBSD.org>2006-08-15 16:27:47 +0800
commit577241b5c404d2fcf9bbcd27d32f0c6a63f717b3 (patch)
tree8695f98993ec8398948a4db3d7fdfd91b8f81b64 /databases
parentf37d9a668f59c6680834040a61d5c201613c4a53 (diff)
downloadfreebsd-ports-gnome-577241b5c404d2fcf9bbcd27d32f0c6a63f717b3.tar.gz
freebsd-ports-gnome-577241b5c404d2fcf9bbcd27d32f0c6a63f717b3.tar.zst
freebsd-ports-gnome-577241b5c404d2fcf9bbcd27d32f0c6a63f717b3.zip
- Define USE_GETTEXT, bump PORTREVISION
PR: ports/101586 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Diffstat (limited to 'databases')
-rw-r--r--databases/glom/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile
index 9d9cb3263c22..f39d1d31b2ed 100644
--- a/databases/glom/Makefile
+++ b/databases/glom/Makefile
@@ -8,7 +8,7 @@
PORTNAME= glom
PORTVERSION= 0.8.30
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8
@@ -26,6 +26,7 @@ USE_X_PREFIX= yes
USE_PYTHON= yes
GNU_CONFIGURE= yes
+USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix pygnomeextras
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
@@ -38,7 +39,7 @@ BROKEN= needs an update to 1.0
.include <bsd.port.pre.mk>
.if (${OSVERSION} < 500000)
-BROKEN= "Doesn't play well with 4.X."
+BROKEN= doesn't play well with 4.X.
.endif
.include <bsd.port.post.mk>