diff options
author | marcus <marcus@FreeBSD.org> | 2009-05-02 09:01:53 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-05-02 09:01:53 +0800 |
commit | 1bee448fb82aaa21fb94023d6cad3dbc0a181179 (patch) | |
tree | 48f13dc8d9a23e61185ca0ae80d6ae2d6fca5aff /devel/gamin/Makefile | |
parent | d0ea56414cce66e0a87956e668d4b0bd8bf2a312 (diff) | |
download | freebsd-ports-gnome-1bee448fb82aaa21fb94023d6cad3dbc0a181179.tar.gz freebsd-ports-gnome-1bee448fb82aaa21fb94023d6cad3dbc0a181179.tar.zst freebsd-ports-gnome-1bee448fb82aaa21fb94023d6cad3dbc0a181179.zip |
Further extend the previous patches to make sure that excluded paths
do not get opened (but rather they will be polled).
Diffstat (limited to 'devel/gamin/Makefile')
-rw-r--r-- | devel/gamin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gamin/Makefile b/devel/gamin/Makefile index 1ad36da74534..e367c6d6a805 100644 --- a/devel/gamin/Makefile +++ b/devel/gamin/Makefile @@ -8,7 +8,7 @@ PORTNAME= gamin PORTVERSION= 0.1.10 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= devel MASTER_SITES= http://www.gnome.org/~veillard/gamin/sources/ |