diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-08-28 07:30:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-08-28 07:30:51 +0000 |
commit | ed44ca35964be5c0f8d8f8b5d451bcfca4d325f2 (patch) | |
tree | ec2e8623c804d109735c510213f4613a962e8321 /devel/gamin/Makefile | |
parent | f42cd81387282e672139141eefe9face69b71aec (diff) |
Notes
Diffstat (limited to 'devel/gamin/Makefile')
-rw-r--r-- | devel/gamin/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/gamin/Makefile b/devel/gamin/Makefile index 6f4c21ea032a..4a4af93dc120 100644 --- a/devel/gamin/Makefile +++ b/devel/gamin/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gamin -PORTVERSION= 0.1.2 -PORTREVISION= 2 +PORTVERSION= 0.1.5 CATEGORIES?= devel MASTER_SITES= http://www.gnome.org/~veillard/gamin/sources/ @@ -18,7 +17,7 @@ USE_GMAKE= yes USE_GNOME?= gnomehack glib20 INSTALLS_SHLIB= yes CONFIGURE_ARGS?=--disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ - --without-python --disable-debug + --without-python CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" |