diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-03-26 12:38:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-03-26 12:38:56 +0000 |
commit | 3147bb6c6b50283c03880d7e81033e282aac97f3 (patch) | |
tree | 89144c0c393177618b49ec68e604641d401fa90b /x11-toolkits/py-gnome2 | |
parent | f96631a4b5fc8ac2126bf257ea8fb89aab795c04 (diff) |
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
Notes
Notes:
svn path=/head/; revision=465584
Diffstat (limited to 'x11-toolkits/py-gnome2')
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index 15d8506a7faf..3df0f32bd18b 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnome PORTVERSION= 2.28.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-toolkits python gnome MASTER_SITES= GNOME/sources/gnome-python/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |