diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-21 07:42:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-21 07:42:14 +0800 |
commit | 0ebbf9e64dc25894adc90974ba9f35022af663d7 (patch) | |
tree | eadf363b472e7abdbc141b3dce2667dc4e4abd5a /devel | |
parent | 2c11f91ab5286eb9998feb85d5f4e97a8669ce6d (diff) | |
download | freebsd-ports-gnome-0ebbf9e64dc25894adc90974ba9f35022af663d7.tar.gz freebsd-ports-gnome-0ebbf9e64dc25894adc90974ba9f35022af663d7.tar.zst freebsd-ports-gnome-0ebbf9e64dc25894adc90974ba9f35022af663d7.zip |
Get rid of gnomehier
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libgee06/Makefile | 4 | ||||
-rw-r--r-- | devel/libosinfo/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/libgee06/Makefile b/devel/libgee06/Makefile index 17891f6f8434..f50ff998e516 100644 --- a/devel/libgee06/Makefile +++ b/devel/libgee06/Makefile @@ -4,7 +4,7 @@ PORTNAME= libgee PORTVERSION= 0.6.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GNOME PKGNAMESUFFIX= 06 @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection=yes INSTALL_TARGET= install-strip USES= gmake libtool pathfix pkgconfig tar:xz -USE_GNOME= glib20 gnomehier introspection:build +USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/devel/libosinfo/Makefile b/devel/libosinfo/Makefile index 2d726790fcd2..4b527860955e 100644 --- a/devel/libosinfo/Makefile +++ b/devel/libosinfo/Makefile @@ -12,9 +12,10 @@ COMMENT= Library for managing OS information for virtualization LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome USES= gmake libtool pathfix pkgconfig -USE_GNOME= gnomehier glib20 libxml2 libxslt introspection:build intlhack +USE_GNOME= glib20 libxml2 libxslt introspection:build intlhack USE_LDCONFIG= yes GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-tests --disable-vala CPPFLAGS+= -I${LOCALBASE}/include |