Update to 2.10.2, and register a dependency upon libgdl-1 if gdl is
installed (I really don't see the point of adding a WITH_GDL switch).
This commit is contained in:
parent
ccc1d333a0
commit
8caa86fb9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136490
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnome
|
||||
PORTVERSION= 2.10.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.10.2
|
||||
CATEGORIES= x11-toolkits python gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/gnome-python-extras/${PORTVERSION:C/..$//}
|
||||
@ -68,6 +67,10 @@ USE_GCC= 3.4
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if exists(${X11BASE}/lib/libgdl-1.so)
|
||||
LIB_DEPENDS+= gdl-1:${PORTSDIR}/x11-toolkits/gdl
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|mozilla-gtkmozembed|mozilla-gtkmozembed${HEADERS_SUFX}|g ; \
|
||||
s|mozilla-xpcom|mozilla-xpcom${HEADERS_SUFX}|g ; \
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (gnome2/gnome-python-extras-2.10.1.tar.bz2) = 4258c783e0d8fbf18e9b4b33693384e7
|
||||
SIZE (gnome2/gnome-python-extras-2.10.1.tar.bz2) = 346821
|
||||
MD5 (gnome2/gnome-python-extras-2.10.2.tar.bz2) = 0b7a276032646582e6e266beaef7a090
|
||||
SIZE (gnome2/gnome-python-extras-2.10.2.tar.bz2) = 351085
|
||||
|
Loading…
Reference in New Issue
Block a user