diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /devel/gamin | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
Diffstat (limited to 'devel/gamin')
-rw-r--r-- | devel/gamin/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/gamin/Makefile b/devel/gamin/Makefile index f8e9fb5e5dc6..e67735a7623b 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 |