From da880765886f48c0ac8fd253e5601d04ea853215 Mon Sep 17 00:00:00 2001 From: ade Date: Thu, 23 Feb 2006 10:40:44 +0000 Subject: Conversion to a single libtool environment. Approved by: portmgr (kris) --- devel/gamin/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'devel/gamin') diff --git a/devel/gamin/Makefile b/devel/gamin/Makefile index f8e9fb5e5dc..e67735a7623 100644 --- a/devel/gamin/Makefile +++ b/devel/gamin/Makefile @@ -7,7 +7,7 @@ PORTNAME= gamin PORTVERSION= 0.1.7 -PORTREVISION?= 2 +PORTREVISION?= 1 CATEGORIES?= devel MASTER_SITES= http://www.gnome.org/~veillard/gamin/sources/ @@ -25,10 +25,9 @@ CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} CONFLICTS= fam-[0-9]* -.if defined(GAMIN_SLAVE) -USE_AUTOTOOLS= libtool:15 -.else -USE_AUTOTOOLS= libtool:15:inc +GNU_CONFIGURE= yes + +.if !defined(GAMIN_SLAVE) OPTIONS= GAM_POLLER "Use gamin's poller instead of kqueue's" off .endif -- cgit