diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-15 22:23:04 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-15 22:23:04 +0000 |
commit | 6486c7771f0c9ad5d67817c020d6339addf93528 (patch) | |
tree | 9e6c68f8366677f2235c38fd2d7833987e19a7f9 /databases | |
parent | Update to 0.1.3. (diff) |
Add USE_GETTEXT to appease portlint.
Notes
Notes:
svn path=/head/; revision=162498
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gnome-db/Makefile | 1 | ||||
-rw-r--r-- | databases/gnomedb/Makefile | 1 | ||||
-rw-r--r-- | databases/libgda/Makefile | 1 | ||||
-rw-r--r-- | databases/libgda2/Makefile | 1 | ||||
-rw-r--r-- | databases/libgnomedb/Makefile | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/databases/gnome-db/Makefile b/databases/gnome-db/Makefile index 1cef5cedb65a..0dcbbb77b8ca 100644 --- a/databases/gnome-db/Makefile +++ b/databases/gnome-db/Makefile @@ -21,6 +21,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnomehier libgda USE_GMAKE= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/databases/gnomedb/Makefile b/databases/gnomedb/Makefile index 1cef5cedb65a..0dcbbb77b8ca 100644 --- a/databases/gnomedb/Makefile +++ b/databases/gnomedb/Makefile @@ -21,6 +21,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnomehier libgda USE_GMAKE= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile index 77b76cec1d6f..57b2de176de3 100644 --- a/databases/libgda/Makefile +++ b/databases/libgda/Makefile @@ -22,6 +22,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnomehier gconf bonobo USE_GMAKE= yes +USE_GETTEXT= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk-doc diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile index 25151b38e011..828ec6132156 100644 --- a/databases/libgda2/Makefile +++ b/databases/libgda2/Makefile @@ -31,6 +31,7 @@ RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack glib20 libxslt referencehack +USE_GETTEXT= yes INSTALLS_OMF= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes diff --git a/databases/libgnomedb/Makefile b/databases/libgnomedb/Makefile index f2366b03c8a7..9fb4ff7bbb63 100644 --- a/databases/libgnomedb/Makefile +++ b/databases/libgnomedb/Makefile @@ -27,6 +27,7 @@ USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack libgnomeui libgda3 gtksourceview \ intlhack referencehack +USE_GETTEXT= yes GNU_CONFIGURE= yes INSTALLS_OMF= yes INSTALLS_SHLIB= yes |