diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-15 08:27:47 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-15 08:27:47 +0000 |
commit | 80b737b5b6890a9b46f1cc7b53c9eaa8be539414 (patch) | |
tree | ad8d81e8ea25b2a13ca8d21b1d04a0e9ab84b986 /databases/glom | |
parent | 43691707fc57fe82416a68cd00f091169f4a2363 (diff) | |
download | ports-80b737b5b6890a9b46f1cc7b53c9eaa8be539414.tar.gz ports-80b737b5b6890a9b46f1cc7b53c9eaa8be539414.zip |
Notes
Diffstat (limited to 'databases/glom')
-rw-r--r-- | databases/glom/Makefile | 5 |
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> |