diff options
author | oliver <oliver@FreeBSD.org> | 2007-02-25 12:08:50 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-02-25 12:08:50 +0000 |
commit | 88d2108ac03f3be836d019576951840a05473170 (patch) | |
tree | 61b9bc8dbf5041ba37c8bd7d11e3ad81e33dfb69 /x11-fm | |
parent | aa2a0c89f612a3dca771617500f9f94d3d95cec4 (diff) | |
download | FreeBSD-ports-88d2108ac03f3be836d019576951840a05473170.zip FreeBSD-ports-88d2108ac03f3be836d019576951840a05473170.tar.gz |
completly disable FAM support when FAM was disabled via the options dialog
but fam is on the system.
Bump PORTREVISION
PR: 109442
Submitted by: John Nielsen <john@jnielsen.net>
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/thunar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile index e90fb8c..da7846c 100644 --- a/x11-fm/thunar/Makefile +++ b/x11-fm/thunar/Makefile @@ -7,7 +7,7 @@ PORTNAME= Thunar PORTVERSION= 0.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm xfce MASTER_SITES= ${MASTER_SITES_XFCE} DIST_SUBDIR= xfce4 @@ -134,7 +134,7 @@ post-patch: ${WRKSRC}/docs/Makefile.in @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure .if !defined(WITH_FAM) - @${REINPLACE_CMD} -e 's|gamin|no-gamin|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|gamin|no-gamin|g; s|fam|no-fam|g' ${WRKSRC}/configure .endif .if !defined(WITH_HAL) @${REINPLACE_CMD} -e 's|hal-storage|no-hal-storage|g' ${WRKSRC}/configure |