Remove useless dependency on esound
The esound dependency is actually off by default form quite some time, but was still registered as a dependency, drop it. While here: - update to 2.32.1 - use USES=localbase
This commit is contained in:
parent
4bd7b8a88d
commit
1a7c5163d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465356
3 changed files with 8 additions and 10 deletions
|
@ -3,8 +3,7 @@
|
|||
# $MCom: ports/x11/libgnome/Makefile,v 1.135 2010/09/27 20:06:45 kwm Exp $
|
||||
|
||||
PORTNAME= libgnome
|
||||
PORTVERSION= 2.32.0
|
||||
PORTREVISION?= 4
|
||||
PORTVERSION= 2.32.1
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -21,14 +20,11 @@ LIB_DEPENDS= libcanberra-gtk.so:audio/libcanberra
|
|||
RUN_DEPENDS= rarian-sk-config:textproc/rarian
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_GNOME= gnomeprefix intlhack esound libbonobo \
|
||||
gnomevfs2 referencehack
|
||||
USES+= bison gettext gmake libtool:keepla pathfix pkgconfig
|
||||
USE_GNOME= gnomeprefix intlhack libbonobo gnomevfs2 referencehack
|
||||
USES+= bison gettext gmake localbase libtool:keepla pathfix pkgconfig
|
||||
USE_XORG= xpm
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
SUB_FILES= pkg-deinstall
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (gnome2/libgnome-2.32.0.tar.bz2) = d65e49bf075eb2b3efebec38ceb409693154d18396365765da1a71630bc3dd02
|
||||
SIZE (gnome2/libgnome-2.32.0.tar.bz2) = 1731179
|
||||
TIMESTAMP = 1521812183
|
||||
SHA256 (gnome2/libgnome-2.32.1.tar.bz2) = b2c63916866485793b87398266dd7778548c1734923c272a94d84ee011b6f7a4
|
||||
SIZE (gnome2/libgnome-2.32.1.tar.bz2) = 1776006
|
||||
|
|
|
@ -23,7 +23,7 @@ lib/libgnome-2.a
|
|||
lib/libgnome-2.la
|
||||
lib/libgnome-2.so
|
||||
lib/libgnome-2.so.0
|
||||
lib/libgnome-2.so.0.3200.0
|
||||
lib/libgnome-2.so.0.3200.1
|
||||
libdata/bonobo/servers/GNOME_Moniker_std.server
|
||||
libdata/pkgconfig/libgnome-2.0.pc
|
||||
man/man7/gnome-options.7.gz
|
||||
|
@ -111,6 +111,7 @@ share/locale/te/LC_MESSAGES/libgnome-2.0.mo
|
|||
share/locale/th/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/tr/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/tt/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/ug/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/uk/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/vi/LC_MESSAGES/libgnome-2.0.mo
|
||||
share/locale/wa/LC_MESSAGES/libgnome-2.0.mo
|
||||
|
|
Loading…
Reference in a new issue