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 /textproc | |
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 'textproc')
-rw-r--r-- | textproc/gnome-spell/Makefile | 2 | ||||
-rw-r--r-- | textproc/sagasu/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/gnome-spell/Makefile b/textproc/gnome-spell/Makefile index 658cc3caba97..0b13350fc498 100644 --- a/textproc/gnome-spell/Makefile +++ b/textproc/gnome-spell/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnome-spell PORTVERSION= 1.0.8 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/textproc/sagasu/Makefile b/textproc/sagasu/Makefile index bd42932db766..496cdac7b1cd 100644 --- a/textproc/sagasu/Makefile +++ b/textproc/sagasu/Makefile @@ -3,7 +3,7 @@ PORTNAME= sagasu PORTVERSION= 2.0.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc gnome MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/ |