1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

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>
This commit is contained in:
Oliver Lehmann 2007-02-25 12:08:50 +00:00
parent 825e61ddf6
commit 4b882bbbf4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185871

View File

@ -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