aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/thunar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/thunar/Makefile')
-rw-r--r--x11-fm/thunar/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile
index a29e77851221..e974d1a0ecf8 100644
--- a/x11-fm/thunar/Makefile
+++ b/x11-fm/thunar/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= Thunar
-PORTVERSION= 1.0.1
-PORTREVISION= 5
+PORTVERSION= 1.0.2
CATEGORIES= x11-fm xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
DIST_SUBDIR= xfce4
@@ -137,6 +136,10 @@ CONFIGURE_ARGS+=--enable-startup-notification
CONFIGURE_ARGS+=--disable-startup-notification
.endif
+.if (${OSVERSION} < 701000)
+CFLAGS+= -DHAVE_SYS_MOUNT_H
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|docdir = .*|docdir = ${DOCSDIR}|' \
${WRKSRC}/docs/Makefile.in