Thu Dec 16 11:52:15 2010 UTC ()
desktop-file-utils for *.desktop file.


(obache)
diff -r1.1 -r1.2 pkgsrc/sysutils/open-vm-tools/options.mk

cvs diff -r1.1 -r1.2 pkgsrc/sysutils/open-vm-tools/options.mk (expand / switch to unified diff)

--- pkgsrc/sysutils/open-vm-tools/options.mk 2008/08/31 06:36:47 1.1
+++ pkgsrc/sysutils/open-vm-tools/options.mk 2010/12/16 11:52:15 1.2
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: options.mk,v 1.1 2008/08/31 06:36:47 scottr Exp $ 1# $NetBSD: options.mk,v 1.2 2010/12/16 11:52:15 obache Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.open-vm-tools 3PKG_OPTIONS_VAR= PKG_OPTIONS.open-vm-tools
4PKG_SUPPORTED_OPTIONS= x11 4PKG_SUPPORTED_OPTIONS= x11
5PKG_SUGGESTED_OPTIONS= x11 5PKG_SUGGESTED_OPTIONS= x11
6 6
7.include "../../mk/bsd.options.mk" 7.include "../../mk/bsd.options.mk"
8 8
9.if !empty(PKG_OPTIONS:Mx11) 9.if !empty(PKG_OPTIONS:Mx11)
10PLIST_SRC+= PLIST.x11 10PLIST_SRC+= PLIST.x11
11. include "../../x11/gtk2/buildlink3.mk" 11. include "../../x11/gtk2/buildlink3.mk"
12. include "../../x11/libXinerama/buildlink3.mk" 12. include "../../x11/libXinerama/buildlink3.mk"
13. include "../../x11/libXrandr/buildlink3.mk" 13. include "../../x11/libXrandr/buildlink3.mk"
14. include "../../x11/libXrender/buildlink3.mk" 14. include "../../x11/libXrender/buildlink3.mk"
15. include "../../x11/libXtst/buildlink3.mk" 15. include "../../x11/libXtst/buildlink3.mk"
 16. include "../../sysutils/desktop-file-utils/desktopdb.mk"
16.else 17.else
17CONFIGURE_ARGS+= --without-x 18CONFIGURE_ARGS+= --without-x
18.endif 19.endif