diff options
author | bapt <bapt@FreeBSD.org> | 2018-03-26 20:38:56 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2018-03-26 20:38:56 +0800 |
commit | ea14fb5350398f773516a2eaa264ec41e78fc501 (patch) | |
tree | 89144c0c393177618b49ec68e604641d401fa90b /x11-fm | |
parent | 0da878d85017757a741725087f2cfb25abc82c4d (diff) | |
download | freebsd-ports-gnome-ea14fb5350398f773516a2eaa264ec41e78fc501.tar.gz freebsd-ports-gnome-ea14fb5350398f773516a2eaa264ec41e78fc501.tar.zst freebsd-ports-gnome-ea14fb5350398f773516a2eaa264ec41e78fc501.zip |
Make libgnome and libgnomeui not implying esound dependency
It has been a while both does not depend anymore on esound, before this change
esound dependency was wrongly added to plenty of packages which actually does
not depend on it.
While here:
- audio/glame: remove esound support
- games/monkeybubble: add an explicit dependency on esound
- sysutils/gnome-schedule: add en explicit dependency on pkg-config
- comms/kb: add missing dependency on pkgconfig
- x11-toolkits/libgnomeui:
* update to 2.4.5
* use USES=localbase
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/gnome-commander2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-fm/gnome-commander2/Makefile b/x11-fm/gnome-commander2/Makefile index 811cc49f72f6..eb5dd18d73cb 100644 --- a/x11-fm/gnome-commander2/Makefile +++ b/x11-fm/gnome-commander2/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnome-commander PORTVERSION= 1.8.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME/sources/gnome-commander/${PORTVERSION:R} |