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 /www | |
parent | 0da878d85017757a741725087f2cfb25abc82c4d (diff) | |
download | freebsd-ports-graphics-ea14fb5350398f773516a2eaa264ec41e78fc501.tar.gz freebsd-ports-graphics-ea14fb5350398f773516a2eaa264ec41e78fc501.tar.zst freebsd-ports-graphics-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 'www')
-rw-r--r-- | www/erwn/Makefile | 2 | ||||
-rw-r--r-- | www/gurlchecker/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/erwn/Makefile b/www/erwn/Makefile index a6abae370f6..19aede48011 100644 --- a/www/erwn/Makefile +++ b/www/erwn/Makefile @@ -3,7 +3,7 @@ PORTNAME= erwn PORTVERSION= 0.8 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= www editors MASTER_SITES= https://lisas.de/erwin/ DISTNAME= erwin-${PORTVERSION} diff --git a/www/gurlchecker/Makefile b/www/gurlchecker/Makefile index 630261c7381..6039cd55d1c 100644 --- a/www/gurlchecker/Makefile +++ b/www/gurlchecker/Makefile @@ -3,7 +3,7 @@ PORTNAME= gurlchecker PORTVERSION= 0.10.1 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= www gnome MASTER_SITES= http://labs.libre-entreprise.org/frs/download.php/547/ |