diff options
Diffstat (limited to 'net/straw/Makefile')
-rw-r--r-- | net/straw/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/straw/Makefile b/net/straw/Makefile index f57dc95ed839..c1546c573773 100644 --- a/net/straw/Makefile +++ b/net/straw/Makefile @@ -7,7 +7,7 @@ PORTNAME= straw PORTVERSION= 0.25.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,6 +25,8 @@ PYDISTUTILS_INSTALLARGS= -c -O1 --prefix=${PREFIX} \ --install-lib=${PREFIX}/share/gnome \ --with-desktop-file-dir=share/gnome/applications +GCONF_SCHEMAS= straw.schemas + .include <bsd.port.pre.mk> # pybsddb ships with python 2.3 |