diff options
author | kwm <kwm@FreeBSD.org> | 2011-07-30 17:31:03 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-07-30 17:31:03 +0800 |
commit | e39426c402c2c2202611b03ba12060de2571d110 (patch) | |
tree | 338ee3c5b61ff46a02654df8ee33aba910f8767b | |
parent | 1fd96b5c6ba4b593a5f33e178db92ca33d2cdd0f (diff) | |
download | freebsd-ports-gnome-e39426c402c2c2202611b03ba12060de2571d110.tar.gz freebsd-ports-gnome-e39426c402c2c2202611b03ba12060de2571d110.tar.zst freebsd-ports-gnome-e39426c402c2c2202611b03ba12060de2571d110.zip |
With Glib 2.28 this port doesn't install the gio module anymore. Because
it isn't needed anymore.
-rw-r--r-- | x11/libexo/Makefile | 1 | ||||
-rw-r--r-- | x11/libexo/pkg-plist | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile index 560fa218de8e..b66e844ff367 100644 --- a/x11/libexo/Makefile +++ b/x11/libexo/Makefile @@ -7,6 +7,7 @@ PORTNAME= libexo PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/xfce/exo/${PORTVERSION:R} diff --git a/x11/libexo/pkg-plist b/x11/libexo/pkg-plist index 62bc4b12835e..09e9cc4e52b1 100644 --- a/x11/libexo/pkg-plist +++ b/x11/libexo/pkg-plist @@ -27,9 +27,6 @@ include/exo-1/exo/exo-utils.h include/exo-1/exo/exo-wrap-table.h include/exo-1/exo/exo-xsession-client.h include/exo-1/exo/exo.h -lib/gio/modules/libexo-module-1.a -lib/gio/modules/libexo-module-1.la -lib/gio/modules/libexo-module-1.so lib/libexo-1.a lib/libexo-1.la lib/libexo-1.so |