diff options
author | vs <vs@FreeBSD.org> | 2005-05-16 22:36:27 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-05-16 22:36:27 +0800 |
commit | 3f87d59184f6bcbe00bff4ee4452cbd0124f35d6 (patch) | |
tree | 653e5edc6132f2810c4913dcb8e12c6db35c5d1e /net/straw | |
parent | c7e0868efda1fc29a25f4bc40137aca4b763828d (diff) | |
download | freebsd-ports-graphics-3f87d59184f6bcbe00bff4ee4452cbd0124f35d6.tar.gz freebsd-ports-graphics-3f87d59184f6bcbe00bff4ee4452cbd0124f35d6.tar.zst freebsd-ports-graphics-3f87d59184f6bcbe00bff4ee4452cbd0124f35d6.zip |
Add missing runtime-dependency on py-gtkhtml-binding from pygnomeextras
(bump PORTREV for package-cluster).
PR: ports/81109
Submitted by: Yann Golanski
Diffstat (limited to 'net/straw')
-rw-r--r-- | net/straw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/straw/Makefile b/net/straw/Makefile index 7a181629825..d8fc8b74d1c 100644 --- a/net/straw/Makefile +++ b/net/straw/Makefile @@ -7,7 +7,7 @@ PORTNAME= straw PORTVERSION= 0.25.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,7 @@ COMMENT= A GNOME 2 desktop weblog aggregator written in Python USE_GMAKE= yes USE_X_PREFIX= yes USE_REINPLACE= yes -USE_GNOME= libglade2 pygnome2 +USE_GNOME= libglade2 pygnome2 pygnomeextras USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_INSTALLARGS= -c -O1 --prefix=${PREFIX} \ |