diff options
author | adamw <adamw@FreeBSD.org> | 2005-05-31 07:18:17 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-05-31 07:18:17 +0000 |
commit | 95f62360d26dc474dea633285bf7eb3541a5368f (patch) | |
tree | 43b73b22908402327445074ca421b7f887aae1ab /x11-toolkits | |
parent | 3253c8edde212ca28d70695e60d3c3b9dd3dbea7 (diff) | |
download | FreeBSD-ports-95f62360d26dc474dea633285bf7eb3541a5368f.zip FreeBSD-ports-95f62360d26dc474dea633285bf7eb3541a5368f.tar.gz |
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).
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-gnome-extras/Makefile | 7 | ||||
-rw-r--r-- | x11-toolkits/py-gnome-extras/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-toolkits/py-gnome-extras/Makefile b/x11-toolkits/py-gnome-extras/Makefile index d6f6312..058d241 100644 --- a/x11-toolkits/py-gnome-extras/Makefile +++ b/x11-toolkits/py-gnome-extras/Makefile @@ -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 ; \ diff --git a/x11-toolkits/py-gnome-extras/distinfo b/x11-toolkits/py-gnome-extras/distinfo index 82fcfdc..6186e5f 100644 --- a/x11-toolkits/py-gnome-extras/distinfo +++ b/x11-toolkits/py-gnome-extras/distinfo @@ -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 |