diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-05-16 14:36:27 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-05-16 14:36:27 +0000 |
commit | e6b3fd12ae3bc159662d7cb35d583503fb2f4637 (patch) | |
tree | ad513ae7465a085812a71cdfacb67bd3fb6ced4a /net/straw | |
parent | 3d5f546d5a2f2238655522cc07551d226cd848c5 (diff) | |
download | ports-e6b3fd12ae3bc159662d7cb35d583503fb2f4637.tar.gz ports-e6b3fd12ae3bc159662d7cb35d583503fb2f4637.zip |
Notes
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 7a1816298258..d8fc8b74d1cf 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} \ |