diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-04-10 20:34:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-04-10 20:34:05 +0000 |
commit | 0c44fc8b4542daf324c5bb18be95e64e5ab8036e (patch) | |
tree | 5e92674e65308c088e98d0ddd6e7671ab1293efb /devel/gamin/Makefile | |
parent | b1def06fefde84bee9e2237ae60013ee7e517063 (diff) |
Notes
Diffstat (limited to 'devel/gamin/Makefile')
-rw-r--r-- | devel/gamin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gamin/Makefile b/devel/gamin/Makefile index 276cd07abc7f..2f4d06371407 100644 --- a/devel/gamin/Makefile +++ b/devel/gamin/Makefile @@ -7,7 +7,7 @@ PORTNAME= gamin PORTVERSION= 0.0.26 -PORTREVISION?= 10 +PORTREVISION?= 11 CATEGORIES?= devel MASTER_SITES= http://www.gnome.org/~veillard/gamin/sources/ @@ -15,7 +15,7 @@ MAINTAINER?= gnome@FreeBSD.org COMMENT?= A file and directory monitoring system USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_INC_LIBTOOL_VER=15 USE_GNOME?= gnomehack glib20 INSTALLS_SHLIB= yes CONFIGURE_ARGS?=--disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ |