diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-22 05:53:02 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-22 05:53:02 +0800 |
commit | 3b895639a9af8d5b8b5dd93d608ec0872f5d4bed (patch) | |
tree | 5f4d176bf5820a43c218939194dfccbee87e008b | |
parent | 7ce74faf6120ad7616105f8b4ca3517088600d80 (diff) | |
download | marcuscom-ports-3b895639a9af8d5b8b5dd93d608ec0872f5d4bed.tar.gz marcuscom-ports-3b895639a9af8d5b8b5dd93d608ec0872f5d4bed.tar.zst marcuscom-ports-3b895639a9af8d5b8b5dd93d608ec0872f5d4bed.zip |
Remove gnometarget.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11367 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | databases/evolution-data-server/Makefile | 5 | ||||
-rw-r--r-- | devel/dbus/Makefile | 2 | ||||
-rw-r--r-- | devel/gio-fam-backend/Makefile | 4 | ||||
-rw-r--r-- | devel/glib20/Makefile | 4 | ||||
-rw-r--r-- | devel/glibmm/Makefile | 4 | ||||
-rw-r--r-- | graphics/cairo/Makefile | 4 | ||||
-rw-r--r-- | mail/evolution-exchange/Makefile | 4 | ||||
-rw-r--r-- | misc/gnome-icon-theme/Makefile | 4 | ||||
-rw-r--r-- | multimedia/cheese/Makefile | 6 | ||||
-rw-r--r-- | sysutils/consolekit/Makefile | 4 | ||||
-rw-r--r-- | sysutils/hal/Makefile | 4 | ||||
-rw-r--r-- | sysutils/policykit/Makefile | 4 | ||||
-rw-r--r-- | textproc/intltool/Makefile | 3 | ||||
-rw-r--r-- | textproc/libxml++26/Makefile | 4 | ||||
-rw-r--r-- | www/swfdec-plugin/Makefile | 1 | ||||
-rw-r--r-- | www/webkit-gtk2/Makefile | 4 | ||||
-rw-r--r-- | x11-fonts/fontconfig/Makefile | 4 | ||||
-rw-r--r-- | x11-themes/gnome-backgrounds/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/bakery/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/py-gtksourceview/Makefile | 4 | ||||
-rw-r--r-- | x11/libgnomekbd/Makefile | 4 | ||||
-rw-r--r-- | x11/libxklavier/Makefile | 4 |
22 files changed, 41 insertions, 44 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 4e325a933..373720e8c 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/databases/evolution-data-server/Makefile,v 1.154 2008/08/19 17:13:11 kwm Exp $ +# $MCom: ports/databases/evolution-data-server/Makefile,v 1.155 2008/08/21 20:40:28 mezz Exp $ # PORTNAME= evolution-data-server @@ -25,8 +25,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_BISON= build USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnometarget libgnomeui \ - ltverhack +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui ltverhack USE_OPENLDAP= yes USE_AUTOTOOLS= libtool:15 USE_BDB= 41+ diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile index 0e779b184..3c2700a65 100644 --- a/devel/dbus/Makefile +++ b/devel/dbus/Makefile @@ -16,7 +16,7 @@ COMMENT= A message bus system for inter-application communication LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 -USE_GNOME?= gnomehack gnometarget libxml2 ltverhack +USE_GNOME?= gnomehack libxml2 ltverhack USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes diff --git a/devel/gio-fam-backend/Makefile b/devel/gio-fam-backend/Makefile index ad3651782..c1c70012f 100644 --- a/devel/gio-fam-backend/Makefile +++ b/devel/gio-fam-backend/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gio-fam-backend/Makefile,v 1.16 2008/08/05 04:57:44 marcus Exp $ +# $MCom: ports/devel/gio-fam-backend/Makefile,v 1.17 2008/08/18 16:52:39 mezz Exp $ # PORTNAME= gio-fam-backend @@ -26,7 +26,7 @@ USE_BZIP2= yes BUILD_WRKSRC= ${WRKSRC}/gio/fam INSTALL_WRKSRC= ${BUILD_WRKSRC} GNU_CONFIGURE= yes -USE_GNOME= gnomehack gnometarget pkgconfig _glib20 +USE_GNOME= gnomehack pkgconfig _glib20 USE_FAM= yes USE_GMAKE= yes CONFIGURE_ARGS= --enable-static --with-libiconv=gnu diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index feaedea01..baab3df4e 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -3,7 +3,7 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/glib20/Makefile,v 1.126 2008/08/18 16:52:39 mezz Exp $ +# $MCom: ports/devel/glib20/Makefile,v 1.127 2008/08/21 20:40:28 mezz Exp $ # # !! DON'T FORGET ABOUT devel/gio-fam-backend !! @@ -34,7 +34,7 @@ LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre USE_GETTEXT= yes USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes -USE_GNOME= gnomehack gnometarget pkgconfig ltverhack +USE_GNOME= gnomehack pkgconfig ltverhack USE_GMAKE= yes USE_PYTHON= yes USE_PERL5= yes diff --git a/devel/glibmm/Makefile b/devel/glibmm/Makefile index 44b8376af..c06dcff1d 100644 --- a/devel/glibmm/Makefile +++ b/devel/glibmm/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/glibmm/Makefile,v 1.63 2008/08/06 18:31:59 marcus Exp $ +# $MCom: ports/devel/glibmm/Makefile,v 1.64 2008/08/21 20:40:29 mezz Exp $ # PORTNAME= glibmm @@ -28,7 +28,7 @@ LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget glib20 ltverhack +USE_GNOME= gnomehack glib20 ltverhack USE_PERL5= yes USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 4b31d3f4f..406b224d2 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD: ports/graphics/cairo/Makefile,v 1.37 2008/06/30 20:16:18 mezz Exp $ -# $MCom: ports-stable/graphics/cairo/Makefile,v 1.3 2008/06/16 21:35:57 mezz Exp $ +# $MCom: ports/graphics/cairo/Makefile,v 1.80 2008/08/12 05:21:00 marcus Exp $ # PORTNAME= cairo @@ -27,7 +27,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ --enable-pdf \ --enable-ps -USE_GNOME= gnometarget gnomehack ltverhack referencehack +USE_GNOME= gnomehack ltverhack referencehack USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index c1ebeb3df..c43d53892 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger, based off kiesel's ximian-exchange port # # $FreeBSD$ -# $MCom: ports/mail/evolution-exchange/Makefile,v 1.120 2008/08/18 22:21:25 marcus Exp $ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.121 2008/08/21 20:40:29 mezz Exp $ # PORTNAME= evolution-exchange @@ -24,7 +24,7 @@ USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_BDB= 41 USE_OPENLDAP= yes -USE_GNOME= gnomeprefix intlhack gnomehack gnometarget ltasneededhack +USE_GNOME= gnomeprefix intlhack gnomehack ltasneededhack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR}" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index b5745eeac..d95471bde 100644 --- a/misc/gnome-icon-theme/Makefile +++ b/misc/gnome-icon-theme/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.116 2008/07/22 03:11:25 marcus Exp $ +# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.117 2008/08/19 02:45:36 kwm Exp $ # PORTNAME= gnome-icon-theme @@ -22,7 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicol USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack intlhack gnometarget gtk20 +USE_GNOME= gnomehack intlhack gtk20 INSTALLS_ICONS= yes CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/multimedia/cheese/Makefile b/multimedia/cheese/Makefile index 2f72a8b9c..57c684936 100644 --- a/multimedia/cheese/Makefile +++ b/multimedia/cheese/Makefile @@ -3,7 +3,7 @@ # Whom: FreeBSD GNOME Team <gnome@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/multimedia/cheese/Makefile,v 1.18 2008/08/05 23:31:14 marcus Exp $ +# $MCom: ports/multimedia/cheese/Makefile,v 1.19 2008/08/19 02:36:12 kwm Exp $ # PORTNAME= cheese @@ -18,8 +18,8 @@ COMMENT= A Photobooth-inspired app for taking pictures and videos from webcam USE_XORG= xxf86vm USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix gnometarget intlhack evolutiondataserver \ - librsvg2 gnomedocutils +USE_GNOME= gnomehack gnomeprefix intlhack evolutiondataserver librsvg2 \ + gnomedocutils USE_GETTEXT= yes USE_GSTREAMER= good INSTALLS_OMF= yes diff --git a/sysutils/consolekit/Makefile b/sysutils/consolekit/Makefile index a52646db1..0fe63cf4c 100644 --- a/sysutils/consolekit/Makefile +++ b/sysutils/consolekit/Makefile @@ -3,7 +3,7 @@ # Whom: Florent Thoumie <flz@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/consolekit/Makefile,v 1.15 2008/08/06 04:22:50 mezz Exp $ +# $MCom: ports/sysutils/consolekit/Makefile,v 1.16 2008/08/09 17:00:47 marcus Exp $ PORTNAME= consolekit PORTVERSION= 0.3.0 @@ -21,7 +21,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ WRKSRC= ${WRKDIR}/ConsoleKit-${PORTVERSION} USE_BZIP2= yes USE_XORG= x11 -USE_GNOME= gnomehack gnometarget +USE_GNOME= gnomehack USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index 5fbdc3bc9..798e508b3 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/sysutils/hal/Makefile,v 1.45 2008/08/21 16:04:47 mezz Exp $ # PORTNAME= hal @@ -22,7 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget intlhack ltverhack +USE_GNOME= gnomehack intlhack ltverhack USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes USE_PYTHON= yes diff --git a/sysutils/policykit/Makefile b/sysutils/policykit/Makefile index b37a85d4a..e638713fe 100644 --- a/sysutils/policykit/Makefile +++ b/sysutils/policykit/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/sysutils/policykit/Makefile,v 1.21 2008/08/21 18:36:11 mezz Exp $ # PORTNAME= policykit @@ -22,7 +22,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/sgml/docbook/4.1/catalog:${PORTSDIR}/textproc/ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ expat.6:${PORTSDIR}/textproc/expat2 -USE_GNOME= gnomehack gnometarget glib20 intlhack +USE_GNOME= gnomehack glib20 intlhack USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 9213577bd..e6865c162 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/textproc/intltool/Makefile,v 1.7 2008/07/22 03:03:05 marcus Exp $ +# $MCom: ports/textproc/intltool/Makefile,v 1.8 2008/07/26 07:37:04 marcus Exp $ PORTNAME= intltool PORTVERSION= 0.40.3 @@ -21,7 +21,6 @@ USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes USE_PERL5= yes -USE_GNOME= gnometarget GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir="${PREFIX}/libdata" diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile index d57404454..1ab162d58 100644 --- a/textproc/libxml++26/Makefile +++ b/textproc/libxml++26/Makefile @@ -4,7 +4,7 @@ # Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/textproc/libxml++26/Makefile,v 1.28 2008/08/18 15:32:17 mezz Exp $ +# $MCom: ports/textproc/libxml++26/Makefile,v 1.29 2008/08/21 20:40:29 mezz Exp $ # PORTNAME= libxml++ @@ -22,7 +22,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LATEST_LINK= libxml++26 USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget libxml2 pkgconfig +USE_GNOME= gnomehack libxml2 pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/www/swfdec-plugin/Makefile b/www/swfdec-plugin/Makefile index 3e1139712..cf35bfd23 100644 --- a/www/swfdec-plugin/Makefile +++ b/www/swfdec-plugin/Makefile @@ -17,7 +17,6 @@ COMMENT= Flash rendering plugin LIB_DEPENDS= swfdec-0.7:${PORTSDIR}/graphics/swfdec USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnometarget INSTALLS_ICONS= yes CONFIGURE_ARGS= --with-plugin-dir="${WEBPLUGINS_DIR}" diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile index ef43a18e7..97d4c04be 100644 --- a/www/webkit-gtk2/Makefile +++ b/www/webkit-gtk2/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/webkit-gtk2/Makefile,v 1.20 2008/08/06 04:22:50 mezz Exp $ +# $MCom: ports/www/webkit-gtk2/Makefile,v 1.21 2008/08/20 19:01:14 marcus Exp $ # PORTNAME= webkit @@ -24,7 +24,7 @@ OPTIONS= VIDEO "Enable video support" on WANT_GSTREAMER= yes USE_BISON= build USE_GMAKE= yes -USE_GNOME= gnometarget gtk20 libxslt +USE_GNOME= gtk20 libxslt USE_PERL5= yes USE_LDCONFIG= yes USE_AUTOTOOLS= autoconf:262 automake:110 libtool:15 diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile index 66aac4018..1136ab278 100644 --- a/x11-fonts/fontconfig/Makefile +++ b/x11-fonts/fontconfig/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-fonts/fontconfig/Makefile,v 1.16 2008/07/03 07:34:58 marcus Exp $ +# $MCom: ports/x11-fonts/fontconfig/Makefile,v 1.17 2008/08/06 04:22:51 mezz Exp $ # PORTNAME= fontconfig @@ -24,7 +24,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ USE_GMAKE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomehack gnometarget pkgconfig ltverhack +USE_GNOME= gnomehack pkgconfig ltverhack CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc/fonts \ --with-expat-includes=${LOCALBASE}/include \ --with-expat-lib=${LOCALBASE}/lib \ diff --git a/x11-themes/gnome-backgrounds/Makefile b/x11-themes/gnome-backgrounds/Makefile index 95261dc03..cb8e7de4e 100644 --- a/x11-themes/gnome-backgrounds/Makefile +++ b/x11-themes/gnome-backgrounds/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-themes/gnome-backgrounds/Makefile,v 1.35 2008/07/23 04:18:08 marcus Exp $ +# $MCom: ports/x11-themes/gnome-backgrounds/Makefile,v 1.36 2008/08/18 02:43:30 ahze Exp $ # PORTNAME= gnome-backgrounds @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_GETTEXT= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnometarget gnomehack intlhack +USE_GNOME= gnomeprefix gnomehack intlhack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/bakery/Makefile b/x11-toolkits/bakery/Makefile index 6376c475d..e8287d2b6 100644 --- a/x11-toolkits/bakery/Makefile +++ b/x11-toolkits/bakery/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11-toolkits/bakery/Makefile,v 1.13 2008/08/10 18:49:02 kwm Exp $ # PORTNAME= bakery @@ -19,7 +19,7 @@ LIB_DEPENDS= gconfmm-2.6:${PORTSDIR}/devel/gconfmm26 \ gnomevfsmm-2.6:${PORTSDIR}/devel/gnome-vfsmm \ xml\\+\\+-2.6:${PORTSDIR}/textproc/libxml++26 -USE_GNOME= gnomehack gnomeprefix gnometarget intlhack ltverhack +USE_GNOME= gnomehack gnomeprefix intlhack ltverhack USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes diff --git a/x11-toolkits/py-gtksourceview/Makefile b/x11-toolkits/py-gtksourceview/Makefile index 4b25b2db2..88d5a1e57 100644 --- a/x11-toolkits/py-gtksourceview/Makefile +++ b/x11-toolkits/py-gtksourceview/Makefile @@ -3,7 +3,7 @@ # Whom: Mezz <mezz@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11-toolkits/py-gtksourceview/Makefile,v 1.12 2008/08/11 09:40:43 kwm Exp $ # PORTNAME= gtksourceview @@ -19,7 +19,7 @@ COMMENT= A python bindings for the version 2 of the GtkSourceView library USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix gnometarget gtksourceview2 pygtk2 +USE_GNOME= gnomehack gnomeprefix gtksourceview2 pygtk2 USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docs diff --git a/x11/libgnomekbd/Makefile b/x11/libgnomekbd/Makefile index 7dae511c8..a04310a84 100644 --- a/x11/libgnomekbd/Makefile +++ b/x11/libgnomekbd/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/libgnomekbd/Makefile,v 1.21 2008/05/14 02:23:57 marcus Exp $ +# $MCom: ports/x11/libgnomekbd/Makefile,v 1.22 2008/06/06 21:38:57 marcus Exp $ # PORTNAME= libgnomekbd @@ -20,7 +20,7 @@ LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib USE_BZIP2= yes -USE_GNOME= libgnomeui gnometarget gnomeprefix gnomehack ltverhack +USE_GNOME= libgnomeui gnomeprefix gnomehack ltverhack USE_AUTOTOOLS= libtool:15 INSTALLS_ICONS= yes USE_GETTEXT= yes diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile index b628aacab..f07ad2a79 100644 --- a/x11/libxklavier/Makefile +++ b/x11/libxklavier/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/libxklavier/Makefile,v 1.42 2008/04/28 06:24:33 marcus Exp $ +# $MCom: ports/x11/libxklavier/Makefile,v 1.43 2008/06/06 21:38:57 marcus Exp $ # PORTNAME= libxklavier @@ -23,7 +23,7 @@ RUN_DEPENDS= xkbcomp:${PORTSDIR}/x11/xkbcomp \ USE_XORG= x11 xkbfile USE_GMAKE= yes -USE_GNOME= gnometarget gnomehack libxml2 glib20 ltverhack:12 +USE_GNOME= gnomehack libxml2 glib20 ltverhack:12 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 CPPFLAGS+= -I${LOCALBASE}/include |