diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-03-26 20:38:56 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-03-26 20:38:56 +0800 |
commit | 3147bb6c6b50283c03880d7e81033e282aac97f3 (patch) | |
tree | 89144c0c393177618b49ec68e604641d401fa90b /graphics/amide | |
parent | f96631a4b5fc8ac2126bf257ea8fb89aab795c04 (diff) | |
download | freebsd-ports-gnome-3147bb6c6b50283c03880d7e81033e282aac97f3.tar.gz freebsd-ports-gnome-3147bb6c6b50283c03880d7e81033e282aac97f3.tar.zst freebsd-ports-gnome-3147bb6c6b50283c03880d7e81033e282aac97f3.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 'graphics/amide')
-rw-r--r-- | graphics/amide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/amide/Makefile b/graphics/amide/Makefile index 86e2d7992db5..e39d25e02c9d 100644 --- a/graphics/amide/Makefile +++ b/graphics/amide/Makefile @@ -2,7 +2,7 @@ PORTNAME= amide PORTVERSION= 1.0.5 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= SF |