diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /net/straw/Makefile | |
parent | 7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff) | |
download | ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.tar.gz ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.zip |
Notes
Diffstat (limited to 'net/straw/Makefile')
-rw-r--r-- | net/straw/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/straw/Makefile b/net/straw/Makefile index 45a0f1e8377c..5b1531ce87f9 100644 --- a/net/straw/Makefile +++ b/net/straw/Makefile @@ -7,7 +7,7 @@ PORTNAME= straw PORTVERSION= 0.25.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,9 +15,11 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A GNOME 2 desktop weblog aggregator written in Python +BROKEN= Does not work with the newer GTK/GNOME python bindings + USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GNOME= libglade2 pygnome2 pygnomeextras +USE_XLIB= yes +USE_GNOME= gnomehier libglade2 pygnome2 pygnomeextras USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_INSTALLARGS= -c -O1 --prefix=${PREFIX} \ |