diff --git a/math/calcoo/Makefile b/math/calcoo/Makefile index 0d867b3545e..a43b5050d44 100644 --- a/math/calcoo/Makefile +++ b/math/calcoo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2006/09/18 11:50:40 espie Exp $ +# $OpenBSD: Makefile,v 1.25 2006/11/13 12:53:08 steven Exp $ COMMENT= "RPN and algebraic scientific calculator" @@ -27,6 +27,7 @@ MODULES= devel/gettext BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig LIB_DEPENDS= gdk_pixbuf-2.0.>=400.0,gdk-x11-2.0.>=400.0,gtk-x11-2.0.>=400.0::x11/gtk+2 +USE_X11= Yes SEPARATE_BUILD= simple CONFIGURE_STYLE=gnu diff --git a/math/galculator/Makefile b/math/galculator/Makefile index 7c1e24d2e46..8853fc2c37a 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2006/10/30 23:26:47 naddy Exp $ +# $OpenBSD: Makefile,v 1.19 2006/11/13 12:53:08 steven Exp $ COMMENT= "GTK2-based scientific calculator" @@ -29,6 +29,7 @@ LIB_DEPENDS= glade-2.0::devel/libglade2 BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig SEPARATE_BUILD= simple +USE_X11= Yes USE_GMAKE= Yes USE_LIBTOOL= Yes CONFIGURE_STYLE=gnu diff --git a/math/graphviz/Makefile b/math/graphviz/Makefile index 2d5f6f7a291..4075da7f914 100644 --- a/math/graphviz/Makefile +++ b/math/graphviz/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2006/08/03 20:04:51 espie Exp $ +# $OpenBSD: Makefile,v 1.19 2006/11/13 12:53:08 steven Exp $ COMMENT= "graph drawing software" @@ -46,6 +46,7 @@ LIB_DEPENDS= expat.>=4::textproc/expat \ BUILD_DEPENDS= :tk-8.4.*:x11/tk/8.4 RUN_DEPENDS= ${BUILD_DEPENDS} +USE_X11= Yes USE_LIBTOOL= Yes CONFIGURE_STYLE=gnu CONFIGURE_ARGS= ${CONFIGURE_SHARED} \ diff --git a/math/grpn/Makefile b/math/grpn/Makefile index a6da4f4b005..429d47dcf61 100644 --- a/math/grpn/Makefile +++ b/math/grpn/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2006/08/03 20:04:51 espie Exp $ +# $OpenBSD: Makefile,v 1.14 2006/11/13 12:53:08 steven Exp $ COMMENT= "graphical reverse polish notation calculator" @@ -21,7 +21,7 @@ LIB_DEPENDS= gtk.>=1.2,gdk.>=1.2::x11/gtk+ MAKE_FLAGS= CC="${CC}" ALL_TARGET= - +USE_X11= Yes NO_REGRESS= Yes do-install: diff --git a/math/kst/Makefile b/math/kst/Makefile index bf18bf552fc..afe4e20091a 100644 --- a/math/kst/Makefile +++ b/math/kst/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2006/08/03 20:04:51 espie Exp $ +# $OpenBSD: Makefile,v 1.7 2006/11/13 12:53:08 steven Exp $ CATEGORIES= math x11/kde COMMENT= 'data viewing/plotting tool' @@ -33,6 +33,7 @@ CONFIG_GUESS_DIRS= ${MODKDE_CONFIG_GUESS_DIR} MAKE_FLAGS= ${MODKDE_MAKE_FLAGS} USE_LIBTOOL= Yes USE_GMAKE= Yes +USE_X11= Yes LIBTOOL_FLAGS = --tag=disable-static LIB_DEPENDS+= kdecore.>=6,kwalletclient,DCOP,kutils,kparts,kdeui,kdesu,kmdi,kio,kdefx,kdeprint,khtml,kjs::x11/kde/libs3 \ diff --git a/net/dc_gui/Makefile b/net/dc_gui/Makefile index 5c7ef05ea85..6d66851a40d 100644 --- a/net/dc_gui/Makefile +++ b/net/dc_gui/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2006/08/03 23:15:57 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2006/11/13 12:51:14 steven Exp $ COMMENT= "GUI for dctc (Direct Connect Text Clone)" @@ -21,6 +21,7 @@ LIB_DEPENDS= gnome.>=36,art_lgpl.>=4,gnomesupport,gnomeui.>=46::x11/gnome/libs BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= :dctc-*:net/dctc +USE_X11= Yes SEPARATE_BUILD= simple AUTOCONF_VERSION= 2.13 CONFIGURE_STYLE= autoconf diff --git a/net/gftp/Makefile b/net/gftp/Makefile index 3ba5fea3b64..c4688b67250 100755 --- a/net/gftp/Makefile +++ b/net/gftp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2006/10/27 12:53:01 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.9 2006/11/13 12:51:14 steven Exp $ COMMENT= "multithreaded gtk2 file transfer client" @@ -39,6 +39,7 @@ FLAVOR?= LIB_DEPENDS= glib.1::devel/glib CONFIGURE_ARGS+=--disable-gtkport --disable-gtk20 .else +USE_X11= Yes BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig LIB_DEPENDS= gtk-x11-2.0.>=600.10,gdk_pixbuf-2.0.>=600.0,gdk-x11-2.0.>=600.0::x11/gtk+2 WANTLIB+= freetype pthread X11 fontconfig \ diff --git a/net/gtk-gnutella/Makefile b/net/gtk-gnutella/Makefile index 3c0faae6c48..aee50164e3f 100644 --- a/net/gtk-gnutella/Makefile +++ b/net/gtk-gnutella/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2006/09/18 11:59:59 espie Exp $ +# $OpenBSD: Makefile,v 1.32 2006/11/13 12:51:14 steven Exp $ COMMENT= "Gtk-based GUI client for the Gnutella Network" @@ -49,6 +49,7 @@ MAKE_FLAGS= GNUTLS_LDFLAGS= GNUTLS_CFLAGS= FAKE_FLAGS= ${MAKE_FLAGS} INSTALL_PREFIX=${DESTDIR} INSTALL_TARGET= install install.man +USE_X11= Yes NO_REGRESS= Yes .include diff --git a/net/kismet/Makefile b/net/kismet/Makefile index 70befa9ce4b..6257cc560a5 100644 --- a/net/kismet/Makefile +++ b/net/kismet/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2006/11/01 21:13:19 kili Exp $ +# $OpenBSD: Makefile,v 1.12 2006/11/13 12:51:14 steven Exp $ # Much help came from Alexandre Anriot, Robert Nagy, Bernd Ahlers, # and, last but not least, Pedro la Peu. @@ -54,6 +54,7 @@ GPSM_DEPENDS= Magick.>=11,Wand.>=11::graphics/ImageMagick \ expat.>=4::textproc/expat .if !${FLAVOR:L:Mno_gpsmap} +USE_X11= Yes MULTI_PACKAGES= -gpsmap BUILD_DEPENDS+= ${GPSM_DEPENDS} .else diff --git a/net/mbrowse/Makefile b/net/mbrowse/Makefile index 3d053f12f24..c22c88e1398 100644 --- a/net/mbrowse/Makefile +++ b/net/mbrowse/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2006/08/03 23:15:58 espie Exp $ +# $OpenBSD: Makefile,v 1.7 2006/11/13 12:51:14 steven Exp $ COMMENT= "graphical MIB browser" @@ -15,6 +15,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WANTLIB= X11 Xext Xi c crypto gmodule iconv intl m +USE_X11= Yes CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --with-snmp-style=net \ --with-snmp-prefix=${LOCALBASE} \ diff --git a/net/mldonkey/stable/Makefile b/net/mldonkey/stable/Makefile index 557d1937060..41808ce8e98 100644 --- a/net/mldonkey/stable/Makefile +++ b/net/mldonkey/stable/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2006/10/27 07:23:50 espie Exp $ +# $OpenBSD: Makefile,v 1.15 2006/11/13 12:51:14 steven Exp $ COMMENT='e-donkey client' CATEGORIES=net @@ -29,6 +29,7 @@ CONFIGURE_ARGS+=--enable-gui=newgui1 CONFIGURE_ENV+=CPPFLAGS='-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include -I${X11BASE}/include' CONFIGURE_ENV+=LDFLAGS='-L${LOCALBASE}/lib -L${X11BASE}/lib' +USE_X11=Yes USE_GMAKE=Yes MODULES=lang/ocaml BUILD_DEPENDS=::x11/lablgtk diff --git a/net/nam/Makefile b/net/nam/Makefile index 17b6cf7b541..72f3e78f91d 100644 --- a/net/nam/Makefile +++ b/net/nam/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2006/08/09 09:46:10 bernd Exp $ +# $OpenBSD: Makefile,v 1.23 2006/11/13 12:51:14 steven Exp $ # $FreeBSD: ports/net/nam/Makefile,v 1.3 1999/11/29 03:46:08 steve Exp $ COMMENT= "UCB/LBNL Network Animator" @@ -29,6 +29,7 @@ CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3 ALL_TARGET= +USE_X11= Yes NO_REGRESS= Yes do-install: diff --git a/net/netdude/netdude/Makefile b/net/netdude/netdude/Makefile index a54a16798fd..214fa07b882 100644 --- a/net/netdude/netdude/Makefile +++ b/net/netdude/netdude/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2006/08/03 23:15:58 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2006/11/13 12:51:14 steven Exp $ COMMENT= "network traffic visualization and editing tool" @@ -27,6 +27,7 @@ LIB_DEPENDS= netdude::net/libnetdude/libnetdude \ WANTLIB= Xi X11 m c Xext pcap +USE_X11= Yes CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/netdude \ --disable-gtk-doc --datadir=${PREFIX}/lib diff --git a/net/ns/Makefile b/net/ns/Makefile index b33e11b5ca2..5fc83316fd5 100644 --- a/net/ns/Makefile +++ b/net/ns/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2006/08/09 09:46:10 bernd Exp $ +# $OpenBSD: Makefile,v 1.27 2006/11/13 12:51:14 steven Exp $ # $FreeBSD: ports/net/ns/Makefile,v 1.3 1999/11/28 18:31:26 steve Exp $ COMMENT= "UCB/LBNL Network Simulator Version 2" @@ -24,6 +24,7 @@ HOMEPAGE= http://www.isi.edu/nsnam/ns/ LIB_DEPENDS= otcl::lang/otcl \ tclcl:tclcl->=1.0b13p0:devel/tclcl +USE_X11= Yes CONFIGURE_STYLE=gnu CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3 diff --git a/net/pavuk/Makefile b/net/pavuk/Makefile index 23b4bd3ee95..41c1e47731e 100644 --- a/net/pavuk/Makefile +++ b/net/pavuk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2006/08/03 23:15:58 espie Exp $ +# $OpenBSD: Makefile,v 1.11 2006/11/13 12:51:14 steven Exp $ COMMENT= "tool to mirror contents of HTTP and FTP servers" @@ -35,6 +35,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .if !${FLAVOR:L:Mno_x11} +USE_X11= Yes LIB_DEPENDS+= gtk.>=1.2,gdk.>=1.2::x11/gtk+ WANTLIB+= X11 Xext Xi Xmu glib gmodule m .else diff --git a/net/transmission/Makefile b/net/transmission/Makefile index ccb3f547fe0..f73a0a4d8da 100644 --- a/net/transmission/Makefile +++ b/net/transmission/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2006/08/03 23:15:58 espie Exp $ +# $OpenBSD: Makefile,v 1.5 2006/11/13 12:51:14 steven Exp $ COMMENT= "lightweight BitTorrent client" COMMENT-gui= "lightweight BitTorrent client with graphical interface" @@ -24,6 +24,7 @@ FLAVOR?= MULTI_PACKAGES= .if !${FLAVOR:L:Mno_gui} +USE_X11= Yes MULTI_PACKAGES+=-gui .endif SUBPACKAGE?= diff --git a/net/wmnet/Makefile b/net/wmnet/Makefile index 0f84a493af4..2f4013e2b38 100644 --- a/net/wmnet/Makefile +++ b/net/wmnet/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2004/12/16 00:31:27 alek Exp $ +# $OpenBSD: Makefile,v 1.10 2006/11/13 12:51:15 steven Exp $ COMMENT= "little X dock.app network monitor" @@ -17,8 +17,8 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WANTLIB= X11 Xext c kvm m -CONFIGURE_STYLE= imake - +CONFIGURE_STYLE=imake +USE_X11= Yes NO_REGRESS= Yes .include diff --git a/net/xarchie/Makefile b/net/xarchie/Makefile index 5d5bbb40dff..04d0047d532 100644 --- a/net/xarchie/Makefile +++ b/net/xarchie/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2004/12/16 00:31:27 alek Exp $ +# $OpenBSD: Makefile,v 1.14 2006/11/13 12:51:15 steven Exp $ # $FreeBSD: Makefile,v 1.12 1996/12/01 01:23:22 obrien Exp $ COMMENT= "X11 front-end program for the archie network search service" @@ -14,8 +14,8 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WANTLIB= ICE SM X11 Xaw Xext Xmu Xp Xpm Xt c -CONFIGURE_STYLE= imake - +CONFIGURE_STYLE=imake +USE_X11= Yes NO_REGRESS= Yes .include diff --git a/net/ytalk/Makefile b/net/ytalk/Makefile index ab83f156186..e0140c99818 100644 --- a/net/ytalk/Makefile +++ b/net/ytalk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2004/12/16 00:31:27 alek Exp $ +# $OpenBSD: Makefile,v 1.22 2006/11/13 12:51:15 steven Exp $ COMMENT='enhanced talk that allows for multiple parties' DISTNAME= ytalk-3.1.1 @@ -25,6 +25,7 @@ FLAVOR?= .if ${FLAVOR:L:Mno_x11} CONFIGURE_ARGS+= --without-x .else +USE_X11= Yes WANTLIB+= ICE SM X11 .endif diff --git a/news/pan/Makefile b/news/pan/Makefile index 3b7af611974..690e7de58e8 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2006/09/18 11:59:59 espie Exp $ +# $OpenBSD: Makefile,v 1.22 2006/11/13 12:51:15 steven Exp $ COMMENT= "powerful Gtk+2 newsreader" @@ -29,6 +29,7 @@ WANTLIB= X11 c cairo fontconfig freetype m \ atk-1.0 pango-1.0 pangocairo-1.0 \ pangoft2-1.0 pthread z +USE_X11= Yes CONFIGURE_STYLE=gnu CONFIGURE_ARGS+=--disable-gtkspell CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/plan9/9wm/Makefile b/plan9/9wm/Makefile index 93c2e9c8015..5baf41102c3 100644 --- a/plan9/9wm/Makefile +++ b/plan9/9wm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2006/02/05 10:00:05 steven Exp $ +# $OpenBSD: Makefile,v 1.22 2006/11/13 12:51:15 steven Exp $ COMMENT= "8 1/2-like Window Manager for X11" @@ -18,7 +18,8 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WANTLIB= X11 Xext c -CONFIGURE_STYLE= imake +USE_X11= Yes +CONFIGURE_STYLE=imake WRKDIST= ${WRKDIR} diff --git a/plan9/larswm/Makefile b/plan9/larswm/Makefile index 5466e4e67d0..a3ba7c18a3b 100644 --- a/plan9/larswm/Makefile +++ b/plan9/larswm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2004/12/20 13:45:21 alek Exp $ +# $OpenBSD: Makefile,v 1.19 2006/11/13 12:51:15 steven Exp $ COMMENT= "9wm with automatic window tiling and virtual desktops" @@ -15,8 +15,8 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WANTLIB= ICE SM X11 Xext Xmu Xt c -CONFIGURE_STYLE= imake - +CONFIGURE_STYLE=imake +USE_X11= Yes NO_REGRESS= Yes DOCS= ChangeLog README README.9wm diff --git a/plan9/w9wm/Makefile b/plan9/w9wm/Makefile index 4a0a1488957..80d42cfc620 100644 --- a/plan9/w9wm/Makefile +++ b/plan9/w9wm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2004/12/20 13:45:22 alek Exp $ +# $OpenBSD: Makefile,v 1.12 2006/11/13 12:51:15 steven Exp $ COMMENT= "hacked 9wm, with support for virtual screens" @@ -17,8 +17,8 @@ WANTLIB= X11 Xext c MASTER_SITES= http://www.grassouille.org/code/w9wm/src/ -CONFIGURE_STYLE= imake - +CONFIGURE_STYLE=imake +USE_X11= Yes NO_REGRESS= Yes WRKSRC=${WRKDIR}/${DISTNAME}.orig diff --git a/print/ghostview/Makefile b/print/ghostview/Makefile index dbc75b485c4..d412b89148d 100644 --- a/print/ghostview/Makefile +++ b/print/ghostview/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2005/02/21 14:52:54 alek Exp $ +# $OpenBSD: Makefile,v 1.17 2006/11/13 12:51:15 steven Exp $ COMMENT= "X11 front-end for ghostscript" @@ -16,8 +16,8 @@ WANTLIB= Xpm Xmu Xaw m X11 c Xt SM Xp Xext ICE RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu -CONFIGURE_STYLE= imake - +CONFIGURE_STYLE=imake +USE_X11= Yes NO_REGRESS= Yes .include diff --git a/print/gv/Makefile b/print/gv/Makefile index 90ecc26aa88..5d4606cf8ed 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2006/08/03 23:28:11 espie Exp $ +# $OpenBSD: Makefile,v 1.28 2006/11/13 12:51:15 steven Exp $ COMMENT= "PostScript and PDF previewer" @@ -20,8 +20,8 @@ WANTLIB= Xpm Xmu X11 m c Xt SM Xp Xext ICE LIB_DEPENDS= Xaw3d.>=6.1::x11/Xaw3d RUN_DEPENDS= :ghostscript-*:print/ghostscript/gnu -CONFIGURE_STYLE= imake - +CONFIGURE_STYLE=imake +USE_X11= Yes NO_REGRESS= Yes INSTALL_TARGET= install install.man install.doc diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 50edef04fae..bfd75d45562 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2006/10/29 19:27:12 kili Exp $ +# $OpenBSD: Makefile,v 1.2 2006/11/13 12:51:15 steven Exp $ # # Credits to Matt Jibson. He did the initial work on this port and many # tools it depends on. +SHARED_ONLY= Yes + COMMENT= "LilyPond - music notation for everyone" COMMENT-docs= "LilyPond documentation" @@ -45,10 +47,9 @@ CONFIGURE_ENV= AUTOCONF_VERSION=${AUTOCONF_VERSION} \ FLEXLEXER_PATH=/usr/include/g++ CONFIGURE_ARGS+= --with-ncsb-dir=${LOCALBASE}/lib/X11/fonts/ghostscript USE_GMAKE= Yes +USE_X11= Yes MAKE_FILE= GNUmakefile -SHARED_ONLY= Yes - .if defined(PACKAGING) && ${SUBPACKAGE} == "-docs" PKG_ARCH= * .else diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 8b828f21ecd..c671931f6b7 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.38 2006/07/16 18:02:14 sturm Exp $ +# $OpenBSD: Makefile,v 1.39 2006/11/13 12:51:15 steven Exp $ COMMENT= "graphical frontend for LaTeX (nearly WYSIWYG)" @@ -34,6 +34,7 @@ LIB_DEPENDS= aspell::textproc/aspell/core WANTLIB= ICE SM X11 c m stdc++ z USE_GMAKE= Yes +USE_X11= Yes FLAVORS= qt xforms FLAVOR?= qt diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 244f0c140b2..d9265e799a6 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2006/11/10 17:17:30 mbalmer Exp $ +# $OpenBSD: Makefile,v 1.11 2006/11/13 12:51:15 steven Exp $ SHARED_ONLY= Yes @@ -35,6 +35,7 @@ LIB_DEPENDS= jpeg::graphics/jpeg \ cups::print/cups \ xml2::textproc/libxml +USE_X11= Yes USE_GMAKE= Yes USE_LIBTOOL= Yes diff --git a/print/transfig/Makefile b/print/transfig/Makefile index 2ca85262b0d..93d7c1ff2cb 100644 --- a/print/transfig/Makefile +++ b/print/transfig/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2006/08/03 23:28:11 espie Exp $ +# $OpenBSD: Makefile,v 1.28 2006/11/13 12:51:15 steven Exp $ COMMENT= "tools to convert Xfig's .fig files" @@ -19,7 +19,8 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -CONFIGURE_STYLE= imake +CONFIGURE_STYLE=imake +USE_X11= Yes FLAVORS= a4 FLAVOR?= diff --git a/print/xpp/Makefile b/print/xpp/Makefile index bf7f05b4f5e..9373c2d7a28 100644 --- a/print/xpp/Makefile +++ b/print/xpp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2006/10/22 12:02:11 mbalmer Exp $ +# $OpenBSD: Makefile,v 1.2 2006/11/13 12:51:15 steven Exp $ COMMENT= "X Printing Panel" @@ -26,5 +26,6 @@ LIB_DEPENDS= cups::print/cups \ CONFIGURE_STYLE= gnu USE_GMAKE= Yes +USE_X11= Yes .include diff --git a/productivity/gnucash/Makefile b/productivity/gnucash/Makefile index 54704392b37..3ac8129e3bb 100644 --- a/productivity/gnucash/Makefile +++ b/productivity/gnucash/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2006/09/18 11:59:59 espie Exp $ +# $OpenBSD: Makefile,v 1.12 2006/11/13 12:51:15 steven Exp $ NOT_FOR_ARCHS= ${LP64_ARCHS} @@ -40,6 +40,7 @@ MODULES= devel/gettext CONFIGURE_STYLE= gnu +USE_X11= Yes USE_GMAKE= Yes USE_LIBTOOL= Yes LIBTOOL_FLAGS+= --tag=disable-static diff --git a/productivity/taskjuggler/Makefile b/productivity/taskjuggler/Makefile index 5209e5d4b23..0d06d332baf 100644 --- a/productivity/taskjuggler/Makefile +++ b/productivity/taskjuggler/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2006/10/31 20:56:42 sturm Exp $ +# $OpenBSD: Makefile,v 1.5 2006/11/13 12:51:15 steven Exp $ COMMENT= "project management tool" @@ -27,7 +27,7 @@ EXTRACT_SUFX= .tar.bz2 MODULES= x11/kde MODKDE_VERSION= 3.4 USE_LIBTOOL= Yes - +USE_X11= Yes USE_GMAKE= Yes CONFIGURE_STYLE=autoconf diff --git a/productivity/xinvest/Makefile b/productivity/xinvest/Makefile index 03d86fa3183..e22dcb7c442 100644 --- a/productivity/xinvest/Makefile +++ b/productivity/xinvest/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2005/02/14 00:35:54 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.6 2006/11/13 12:51:15 steven Exp $ COMMENT= "personal finance tracking and performance tool" @@ -16,6 +16,7 @@ WANTLIB= ICE SM X11 Xext Xpm Xt c m MASTER_SITES= ${HOMEPAGE} +USE_X11= Yes USE_MOTIF= Yes CONFIGURE_STYLE= imake INSTALL_MAN= No # no manual page diff --git a/security/crank/Makefile b/security/crank/Makefile index 299e24342fb..848a2301732 100644 --- a/security/crank/Makefile +++ b/security/crank/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2006/08/03 23:28:11 espie Exp $ +# $OpenBSD: Makefile,v 1.15 2006/11/13 12:51:15 steven Exp $ COMMENT= "classical cipher cryptanalysis toolkit" @@ -15,6 +15,7 @@ PERMIT_DISTFILES_FTP= Yes WANTLIB= c iconv intl glib gmodule m X11 Xext Xi NO_REGRESS= Yes +USE_X11= Yes MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=crank/} diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index 2020dcc2262..fe65c6249dd 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2006/10/09 10:33:01 espie Exp $ +# $OpenBSD: Makefile,v 1.6 2006/11/13 12:51:15 steven Exp $ COMMENT='firewall gui' CATEGORIES=net security @@ -20,6 +20,7 @@ MODULES= x11/qt3 FAKE_FLAGS= INSTALL_ROOT=${WRKINST} ${MAKE_FLAGS} LIB_DEPENDS= fwcompiler.>=8,fwbuilder.>=8::security/libfwbuilder NO_REGRESS= Yes +USE_X11= Yes WANTLIB= stdc++ c util m X11 ssl z crypto Xext pthread iconv xslt xml2 netsnmp diff --git a/security/otpcalc/Makefile b/security/otpcalc/Makefile index 4d3dec011d2..1e6c02d4256 100644 --- a/security/otpcalc/Makefile +++ b/security/otpcalc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2006/08/03 23:28:12 espie Exp $ +# $OpenBSD: Makefile,v 1.5 2006/11/13 12:51:15 steven Exp $ COMMENT= "OTP and S/Key calculator for X" @@ -23,6 +23,7 @@ CONFIGURE_STYLE=gnu dest MODULES= devel/gettext +USE_X11= Yes USE_GMAKE= Yes ALL_TARGET= otpCalc otpCalc.1 LIB_DEPENDS= gtk.>=2,gdk.>=2::x11/gtk+ diff --git a/security/pwsafe/Makefile b/security/pwsafe/Makefile index c239c025058..a0594d95ddc 100644 --- a/security/pwsafe/Makefile +++ b/security/pwsafe/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2005/10/20 09:02:52 mbalmer Exp $ +# $OpenBSD: Makefile,v 1.3 2006/11/13 12:51:15 steven Exp $ COMMENT= "program that manages encrypted password databases" DISTNAME= pwsafe-0.2.0 @@ -20,6 +20,7 @@ WANTLIB= Xmu m X11 ncurses crypto c stdc++ SM readline ICE \ MASTER_SITES= ${HOMEPAGE}releases/ CONFIGURE_STYLE= gnu +USE_X11= Yes USE_GMAKE= Yes NO_REGRESS= Yes diff --git a/sysutils/contool/Makefile b/sysutils/contool/Makefile index 3fe6f4c9d01..f0d8629d66c 100644 --- a/sysutils/contool/Makefile +++ b/sysutils/contool/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2006/08/03 23:55:11 espie Exp $ +# $OpenBSD: Makefile,v 1.24 2006/11/13 12:51:15 steven Exp $ COMMENT= "console tool for openlook" @@ -20,7 +20,7 @@ BUILD_DEPENDS= ::x11/xview/config WRKDIST= ${WRKDIR} CONFIGURE_STYLE=imake - +USE_X11= Yes NO_REGRESS= Yes pre-install: diff --git a/sysutils/findlib/Makefile b/sysutils/findlib/Makefile index d933c86a57d..16a4181688e 100644 --- a/sysutils/findlib/Makefile +++ b/sysutils/findlib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2006/08/03 23:55:11 espie Exp $ +# $OpenBSD: Makefile,v 1.8 2006/11/13 12:51:15 steven Exp $ COMMENT= "Objective Caml package manager" CATEGORIES= sysutils @@ -25,5 +25,6 @@ CONFIGURE_ARGS= -with-toolbox -config ${PREFIX}/share/examples/findlib/findlib.c ALL_TARGET= all ${MODOCAML_NATIVE:S,Yes,all opt,:S,No,,} USE_GMAKE= Yes +USE_X11= Yes .include diff --git a/sysutils/gkrellm/plugins/Makefile.inc b/sysutils/gkrellm/plugins/Makefile.inc index cea7db0b57a..f7ae6447e6a 100644 --- a/sysutils/gkrellm/plugins/Makefile.inc +++ b/sysutils/gkrellm/plugins/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.11 2006/09/18 11:59:59 espie Exp $ +# $OpenBSD: Makefile.inc,v 1.12 2006/11/13 12:51:15 steven Exp $ MAINTAINER?= Peter Hessler @@ -24,6 +24,7 @@ RUN_DEPENDS+= :gkrellm->=2.2.0:sysutils/gkrellm/gkrellm,-client NOT_FOR_ARCHS= ${NO_SHARED_ARCHS} NO_REGRESS= Yes USE_GMAKE= Yes +USE_X11?= Yes PLUGINDIR= ${PREFIX}/lib/gkrellm2/plugins diff --git a/sysutils/wmwlmon/Makefile b/sysutils/wmwlmon/Makefile index a8369b79c1e..df7e3cc57ad 100644 --- a/sysutils/wmwlmon/Makefile +++ b/sysutils/wmwlmon/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2006/05/10 21:03:40 mbalmer Exp $ +# $OpenBSD: Makefile,v 1.6 2006/11/13 12:51:15 steven Exp $ COMMENT= "wm-dockapp; wireless interface monitor" @@ -17,6 +17,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WANTLIB= X11 Xext Xpm c m +USE_X11= Yes NO_REGRESS= Yes do-install: diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile index fa715d9a6ef..4b8f6b14192 100644 --- a/sysutils/xbatt/Makefile +++ b/sysutils/xbatt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2005/06/18 23:00:25 marco Exp $ +# $OpenBSD: Makefile,v 1.14 2006/11/13 12:51:15 steven Exp $ # $FreeBSD: Makefile,v 1.4 1997/03/10 12:07:35 asami Exp $ COMMENT= "laptop battery status display for X11" @@ -19,6 +19,7 @@ WANTLIB= ICE SM X11 Xaw Xext Xmu Xpm Xt c CONFIGURE_STYLE= imake noman ONLY_FOR_ARCHS= i386 macppc zaurus sparc +USE_X11= Yes NO_REGRESS= Yes .include diff --git a/textproc/gnome-spell/Makefile b/textproc/gnome-spell/Makefile index 74026ce50e8..e1bab46ebcf 100644 --- a/textproc/gnome-spell/Makefile +++ b/textproc/gnome-spell/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2006/09/18 12:00:00 espie Exp $ +# $OpenBSD: Makefile,v 1.10 2006/11/13 12:51:15 steven Exp $ COMMENT= "a Gnome/Bonobo component for spell checking" @@ -34,6 +34,7 @@ BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \ LIB_DEPENDS= aspell.>=15::textproc/aspell/core \ gnomeui-2::x11/gnome/libgnomeui +USE_X11= Yes CONFIGURE_STYLE= gnu CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/textproc/gpdf/Makefile b/textproc/gpdf/Makefile index 25f198c8e2a..1de9870ccb9 100644 --- a/textproc/gpdf/Makefile +++ b/textproc/gpdf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2006/09/18 12:00:00 espie Exp $ +# $OpenBSD: Makefile,v 1.17 2006/11/13 12:51:15 steven Exp $ COMMENT= "PDF viewer for GNOME" @@ -33,6 +33,7 @@ RUN_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper LIB_DEPENDS= gnomeui-2::x11/gnome/libgnomeui \ gnomeprintui-2-2::x11/gnome/libgnomeprintui +USE_X11= Yes USE_GMAKE= Yes CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --disable-schemas-install diff --git a/textproc/mgdiff/Makefile b/textproc/mgdiff/Makefile index 3fcf2c3d05c..b2724680a28 100644 --- a/textproc/mgdiff/Makefile +++ b/textproc/mgdiff/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2004/12/07 00:23:22 alek Exp $ +# $OpenBSD: Makefile,v 1.19 2006/11/13 12:51:15 steven Exp $ COMMENT= "graphical front end to Unix diff" @@ -15,6 +15,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WANTLIB= ICE SM X11 Xext Xmu Xt c +USE_X11= Yes USE_MOTIF= any CONFIGURE_STYLE= imake diff --git a/textproc/xxdiff/Makefile b/textproc/xxdiff/Makefile index 5e8e3d0ead7..cd16f7a7b9e 100644 --- a/textproc/xxdiff/Makefile +++ b/textproc/xxdiff/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2005/04/24 19:02:04 sturm Exp $ +# $OpenBSD: Makefile,v 1.22 2006/11/13 12:51:15 steven Exp $ COMMENT= "graphical file comparator and merge tool" @@ -27,6 +27,7 @@ MAKE_ENV+= UIC=${MODQT_UIC} # For qsettings to write its setup PORTHOME= ${WRKDIST} +USE_X11= Yes NO_REGRESS= Yes post-extract: diff --git a/www/amaya/browser/Makefile b/www/amaya/browser/Makefile index a54bd74c4cc..a017ff1c064 100644 --- a/www/amaya/browser/Makefile +++ b/www/amaya/browser/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2006/08/04 00:10:42 espie Exp $ +# $OpenBSD: Makefile,v 1.15 2006/11/13 12:53:08 steven Exp $ # # Many variables moved to ../Makefile.inc @@ -17,6 +17,8 @@ LIB_DEPENDS+= expat.>=2::textproc/expat WANTLIB= ICE SM X11 Xext Xp Xt c m z +USE_X11= Yes + .if ${FLAVOR:L} == "gtk" CONFIGURE_ARGS+= --with-gtk=${LOCALBASE} diff --git a/www/cssed/Makefile b/www/cssed/Makefile index be86abb5e73..7900a6836cb 100755 --- a/www/cssed/Makefile +++ b/www/cssed/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2006/10/27 12:53:01 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.12 2006/11/13 12:53:08 steven Exp $ COMMENT= "CSS editor" @@ -29,6 +29,7 @@ LIB_DEPENDS= gtk-x11-2.0.>=600.10,gdk_pixbuf-2.0.>=600.0,gdk-x11-2.0.>=600.0::x1 MODULES= devel/gettext +USE_X11= Yes CONFIGURE_STYLE=gnu CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/www/dillo/Makefile b/www/dillo/Makefile index b0aad7ec3e9..62894d100a1 100644 --- a/www/dillo/Makefile +++ b/www/dillo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2006/10/01 12:35:47 jasper Exp $ +# $OpenBSD: Makefile,v 1.25 2006/11/13 12:53:08 steven Exp $ COMMENT= "Fast and light gtk-based web browser" @@ -27,6 +27,7 @@ LIB_DEPENDS= jpeg.>=62::graphics/jpeg \ png.>=2::graphics/png \ gtk.>=1.2,gdk.>=1.2::x11/gtk+ +USE_X11= Yes USE_GMAKE= Yes CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --enable-cookies --enable-ipv6 --disable-dlgui diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 1dd90dfa448..7f1cb45a544 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2006/09/18 12:00:00 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2006/11/13 12:53:08 steven Exp $ COMMENT= "extremely lightweight and simple web browser for gnome" @@ -45,6 +45,7 @@ WANTLIB= ORBit-2 ORBitCosNaming-2 art_lgpl_2 atk-1.0 \ popt xml2 ICE SM X11 Xext Xrender c crypto fontconfig \ freetype m pthread ssl stdc++ z +USE_X11= Yes USE_GMAKE= Yes CONFIGURE_STYLE=gnu CONFIGURE_ARGS+=${CONFIGURE_SHARED} diff --git a/www/konqueror-embedded/Makefile b/www/konqueror-embedded/Makefile index d53544a99cf..ac89b89d783 100644 --- a/www/konqueror-embedded/Makefile +++ b/www/konqueror-embedded/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2006/10/21 00:41:08 espie Exp $ +# $OpenBSD: Makefile,v 1.18 2006/11/13 12:53:08 steven Exp $ COMMENT= 'stand-alone Qt-based web browser' CATEGORIES= www x11 @@ -21,6 +21,7 @@ MASTER_SITES= http://www.cirulla.net/kdenox-snapshots/snapshots/ MASTER_SITES0= ${MASTER_SITE_KDE:=stable/3.5.5/src/} SHARED_LIBS= konqe 0.0 +USE_X11= Yes USE_GMAKE= Yes CONFIGURE_STYLE= autoconf AUTOCONF_VERSION= 2.59 diff --git a/www/nscache/Makefile b/www/nscache/Makefile index ceef0c39fe9..af45716bd20 100644 --- a/www/nscache/Makefile +++ b/www/nscache/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2006/08/04 00:10:42 espie Exp $ +# $OpenBSD: Makefile,v 1.16 2006/11/13 12:53:08 steven Exp $ COMMENT= "Netscape cache browser" @@ -16,6 +16,7 @@ WANTLIB= X11 Xext Xi c glib gmodule iconv intl m LIB_DEPENDS= gtk.>=1.2,gdk.>=1.2::x11/gtk+ +USE_X11= Yes CONFIGURE_STYLE=gnu CONFIGURE_ARGS= --disable-gnome diff --git a/www/w3m/Makefile b/www/w3m/Makefile index af04e45eaf4..6939732b23c 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.62 2006/08/12 15:51:38 naddy Exp $ +# $OpenBSD: Makefile,v 1.63 2006/11/13 12:53:08 steven Exp $ .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "sparc64" BROKEN= crashes @@ -42,6 +42,7 @@ DOCS= FAQ.html HISTORY MANUAL.html README README.dict README.func \ keymap.default keymap.lynx menu.default menu.submenu .if ${FLAVOR:L:Mimage} +USE_X11= Yes LIB_DEPENDS+= gdk_pixbuf.>=2,gdk_pixbuf_xlib.>=2::graphics/gdk-pixbuf CONFIGURE_ARGS+=--with-imagelib=gdk-pixbuf DOCS+= README.img