diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-10-06 23:01:46 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-10-06 23:01:46 +0000 |
commit | d66de6b6760f1024ff5ac790c261af996884a478 (patch) | |
tree | 3e88bcb31c22754491d1c2feccec4a86cb1f113e /x11-fm/thunar-vfs | |
parent | 24adbadbde03e7b998c00044bea72e3b1c406fa2 (diff) |
Notes
Diffstat (limited to 'x11-fm/thunar-vfs')
-rw-r--r-- | x11-fm/thunar-vfs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-fm/thunar-vfs/Makefile b/x11-fm/thunar-vfs/Makefile index 27af58e50484..9bee2b5606dd 100644 --- a/x11-fm/thunar-vfs/Makefile +++ b/x11-fm/thunar-vfs/Makefile @@ -75,11 +75,11 @@ CONFIGURE_ARGS+=--disable-gnome-thumbnailers .endif .if ${PORT_OPTIONS:MAPIDOCS} -CONFIGURE_ARGS+=--without-html-dir -PLIST_SUB+= APIDOCS="@comment " -.else CONFIGURE_ARGS+=--with-html-dir=${PREFIX}/share/gtk-doc/html PLIST_SUB+= APIDOCS="" +.else +CONFIGURE_ARGS+=--without-html-dir +PLIST_SUB+= APIDOCS="@comment " .endif post-patch: |