diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-02-22 16:07:34 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-02-22 16:07:34 +0800 |
commit | 3029b20865244fe328ef80e754ffd68f229277b6 (patch) | |
tree | b3f126da713a9916f5aba2c9fc1eb96943690406 | |
parent | a18af7748d40630f2b3dcc51f1317c1c8ea23515 (diff) | |
download | freebsd-ports-gnome-3029b20865244fe328ef80e754ffd68f229277b6.tar.gz freebsd-ports-gnome-3029b20865244fe328ef80e754ffd68f229277b6.tar.zst freebsd-ports-gnome-3029b20865244fe328ef80e754ffd68f229277b6.zip |
Remove USE_GNOME=gnomemimedata which wasn't doing anything anymore
-rw-r--r-- | Mk/Uses/gnome.mk | 5 | ||||
-rw-r--r-- | devel/gnome-vfs/Makefile | 2 | ||||
-rw-r--r-- | graphics/nip2/Makefile | 2 | ||||
-rw-r--r-- | science/chemical-mime-data/Makefile | 2 |
4 files changed, 5 insertions, 6 deletions
diff --git a/Mk/Uses/gnome.mk b/Mk/Uses/gnome.mk index 89984f877723..c7dfe24c39d1 100644 --- a/Mk/Uses/gnome.mk +++ b/Mk/Uses/gnome.mk @@ -68,8 +68,7 @@ IGNORE= USES=gnome takes no arguments # non-version specific components _USE_GNOME_ALL= esound intlhack intltool introspection \ - referencehack gnomemimedata \ - gnomeprefix + referencehack gnomeprefix # GNOME 2 components _USE_GNOME_ALL+= atk cairo \ @@ -236,7 +235,7 @@ gconf2_LIB_DEPENDS= libgconf-2.so:devel/gconf2 gconf2_USE_GNOME_IMPL= orbit2 libxml2 gtk20 gnomevfs2_LIB_DEPENDS= libgnomevfs-2.so:devel/gnome-vfs -gnomevfs2_USE_GNOME_IMPL=gconf2 gnomemimedata +gnomevfs2_USE_GNOME_IMPL=gconf2 libgnomecanvas_LIB_DEPENDS= libgnomecanvas-2.so:graphics/libgnomecanvas libgnomecanvas_USE_GNOME_IMPL= libglade2 libartlgpl2 diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index b081674323d2..f96f9a91da71 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libdbus-1.so:devel/dbus USES+= gettext gmake gnome libtool:keepla pathfix pkgconfig ssl -USE_GNOME= gconf2 gnomemimedata intlhack referencehack +USE_GNOME= gconf2 intlhack referencehack INSTALL_TARGET= install-strip USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile index c063b1dd2eca..6fe50f4d29c1 100644 --- a/graphics/nip2/Makefile +++ b/graphics/nip2/Makefile @@ -21,7 +21,7 @@ USES= bison desktop-file-utils dos2unix gettext gmake gnome pkgconfig \ shared-mime-info DOS2UNIX_GLOB= *.def -USE_GNOME= cairo gdkpixbuf2 gnomemimedata gtk20 libxml2 +USE_GNOME= cairo gdkpixbuf2 gtk20 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-update-desktop LDFLAGS+= -lm diff --git a/science/chemical-mime-data/Makefile b/science/chemical-mime-data/Makefile index f35954ba8ab8..1b7c2dc634f6 100644 --- a/science/chemical-mime-data/Makefile +++ b/science/chemical-mime-data/Makefile @@ -13,7 +13,7 @@ COMMENT= Collection of chemical MIME types for UNIX desktops BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/librsvg-2.0.pc:graphics/librsvg2 USES= gettext-tools gmake pathfix pkgconfig tar:bzip2 shared-mime-info -USE_GNOME= gnomemimedata intlhack libxslt:build +USE_GNOME= intlhack libxslt:build GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-update-database CPPFLAGS+= -I${LOCALBASE}/include |