diff options
-rw-r--r-- | databases/gnome-db/Makefile | 1 | ||||
-rw-r--r-- | databases/gnomedb/Makefile | 1 | ||||
-rw-r--r-- | databases/gnomedb2/Makefile | 1 | ||||
-rw-r--r-- | databases/libgda/Makefile | 1 | ||||
-rw-r--r-- | databases/libgda2/Makefile | 1 | ||||
-rw-r--r-- | databases/libgda3/Makefile | 1 | ||||
-rw-r--r-- | devel/bonobo/Makefile | 1 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/Makefile | 3 | ||||
-rw-r--r-- | www/gtkhtml/Makefile | 3 | ||||
-rw-r--r-- | www/gtkhtml3/Makefile | 3 | ||||
-rw-r--r-- | www/gtkhtml38/Makefile | 3 | ||||
-rw-r--r-- | www/libgtkhtml/Makefile | 3 | ||||
-rw-r--r-- | x11/gnomecore/Makefile | 3 |
13 files changed, 19 insertions, 6 deletions
diff --git a/databases/gnome-db/Makefile b/databases/gnome-db/Makefile index 398aa3d064d7..8d39545bb314 100644 --- a/databases/gnome-db/Makefile +++ b/databases/gnome-db/Makefile @@ -23,6 +23,7 @@ USE_GNOMECTRL= yes USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-pthread -L${LOCALBASE}/lib -lintl" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/databases/gnomedb/Makefile b/databases/gnomedb/Makefile index 398aa3d064d7..8d39545bb314 100644 --- a/databases/gnomedb/Makefile +++ b/databases/gnomedb/Makefile @@ -23,6 +23,7 @@ USE_GNOMECTRL= yes USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-pthread -L${LOCALBASE}/lib -lintl" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/databases/gnomedb2/Makefile b/databases/gnomedb2/Makefile index 398aa3d064d7..8d39545bb314 100644 --- a/databases/gnomedb2/Makefile +++ b/databases/gnomedb2/Makefile @@ -23,6 +23,7 @@ USE_GNOMECTRL= yes USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-pthread -L${LOCALBASE}/lib -lintl" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile index 3a109cfe9b8b..abfd7e86a720 100644 --- a/databases/libgda/Makefile +++ b/databases/libgda/Makefile @@ -23,6 +23,7 @@ USE_GNOMECTRL= yes USE_GMAKE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl -lgdbm" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile index 3a109cfe9b8b..abfd7e86a720 100644 --- a/databases/libgda2/Makefile +++ b/databases/libgda2/Makefile @@ -23,6 +23,7 @@ USE_GNOMECTRL= yes USE_GMAKE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl -lgdbm" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile index 3a109cfe9b8b..abfd7e86a720 100644 --- a/databases/libgda3/Makefile +++ b/databases/libgda3/Makefile @@ -23,6 +23,7 @@ USE_GNOMECTRL= yes USE_GMAKE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl -lgdbm" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index 06b1968d8350..78f10c37e853 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -24,6 +24,7 @@ USE_GMAKE= yes USE_GNOMECTRL= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index b7c99f741a01..b4740b811dd0 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -25,7 +25,8 @@ USE_X_PREFIX= yes USE_GTK= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ + --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" \ BUILD_CANVAS="${BUILD_CANVAS}" diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index 6089b285ecfb..eba64859f490 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -26,7 +26,8 @@ USE_GMAKE= yes USE_GNOMECTRL= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gconf=yes +CONFIGURE_ARGS= --with-gconf=yes \ + --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index 6089b285ecfb..eba64859f490 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -26,7 +26,8 @@ USE_GMAKE= yes USE_GNOMECTRL= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gconf=yes +CONFIGURE_ARGS= --with-gconf=yes \ + --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/www/gtkhtml38/Makefile b/www/gtkhtml38/Makefile index 6089b285ecfb..eba64859f490 100644 --- a/www/gtkhtml38/Makefile +++ b/www/gtkhtml38/Makefile @@ -26,7 +26,8 @@ USE_GMAKE= yes USE_GNOMECTRL= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gconf=yes +CONFIGURE_ARGS= --with-gconf=yes \ + --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile index 6089b285ecfb..eba64859f490 100644 --- a/www/libgtkhtml/Makefile +++ b/www/libgtkhtml/Makefile @@ -26,7 +26,8 @@ USE_GMAKE= yes USE_GNOMECTRL= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gconf=yes +CONFIGURE_ARGS= --with-gconf=yes \ + --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile index ba2afb178618..966aae0b8e1b 100644 --- a/x11/gnomecore/Makefile +++ b/x11/gnomecore/Makefile @@ -24,7 +24,8 @@ USE_GNOMECTRL= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \ - --with-gtkhtml=${X11BASE} + --with-gtkhtml=${X11BASE} \ + --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |