diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2006-02-11 02:37:36 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2006-02-11 02:37:36 +0000 |
| commit | 2bd36282e8889bfac505978e2ef2c86d4c46decd (patch) | |
| tree | e6ae56e6728ffccff3a0d38cfb350c6bc58e62bc /sysutils | |
| parent | Convert to OPTIONS framework. (diff) | |
Remove direct LIB_DEPENDS on fam in favour of the new USE_FAM
infrastructure. Default to WANT_FAM_SYSTEM=fam to be conservative since
these ports either have not been tested with gamin or are known to fail
(courier).
PR: ports/92583
Submitted by: marcus
Diffstat (limited to 'sysutils')
| -rw-r--r-- | sysutils/fileschanged/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/fileschanged/Makefile b/sysutils/fileschanged/Makefile index c4cdc5523fa3..de02842b911a 100644 --- a/sysutils/fileschanged/Makefile +++ b/sysutils/fileschanged/Makefile @@ -15,12 +15,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Utility that reports when files have been altered -LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone \ help2man:${PORTSDIR}/misc/help2man GNU_CONFIGURE= yes USE_GMAKE= yes +USE_FAM= yes +WANT_FAM_SYSTEM=fam CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" \ LIBS="-largp" CONFIGURE_ARGS+=--datadir=${PREFIX}/share/doc |
