diff --git a/graphics/ffmpeg/Makefile b/graphics/ffmpeg/Makefile index d30b472921f..fe16e6dbc39 100644 --- a/graphics/ffmpeg/Makefile +++ b/graphics/ffmpeg/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.66 2010/11/22 10:16:08 espie Exp $ +# $OpenBSD: Makefile,v 1.67 2011/01/15 10:56:51 jasper Exp $ COMMENT= audio/video converter and streamer with bktr(4) support @@ -69,7 +69,6 @@ LIBswscale_EXTRALIBS=-lm WRKTMP= ${WRKDIR}/tmp USE_GMAKE= Yes -USE_GROFF = Yes CONFIGURE_STYLE= simple CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \ --cc=${CC} \ diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 07316861e58..67e4637b108 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.158 2011/01/04 13:59:17 pea Exp $ +# $OpenBSD: Makefile,v 1.159 2011/01/15 10:56:51 jasper Exp $ SHARED_ONLY= Yes @@ -56,7 +56,6 @@ FLAVOR?= CFLAGS+= -I/usr/include/kerberosV -I${LOCALBASE}/include USE_LIBTOOL= Yes -USE_GROFF = Yes # Should be 2.65 AUTOCONF_VERSION= 2.64 CONFIGURE_STYLE= autoconf diff --git a/net/pidgin/Makefile b/net/pidgin/Makefile index 18ffae526f2..2e8513dedfb 100644 --- a/net/pidgin/Makefile +++ b/net/pidgin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.85 2011/01/13 10:29:27 jasper Exp $ +# $OpenBSD: Makefile,v 1.86 2011/01/15 10:56:51 jasper Exp $ SHARED_ONLY= Yes @@ -80,7 +80,6 @@ SEPARATE_BUILD= simple USE_LIBTOOL= Yes LIBTOOL_FLAGS+= --tag=disable-static USE_GMAKE= Yes -USE_GROFF= Yes CONFIGURE_STYLE= autoconf # Should be 2.67 AUTOCONF_VERSION= 2.64 diff --git a/net/silc-client/Makefile b/net/silc-client/Makefile index 40b7b4b4d9a..80aca6a208f 100644 --- a/net/silc-client/Makefile +++ b/net/silc-client/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.63 2010/11/19 22:31:38 espie Exp $ +# $OpenBSD: Makefile,v 1.64 2011/01/15 10:56:51 jasper Exp $ COMMENT= Secure Internet Live Conferencing (SILC) client @@ -37,7 +37,6 @@ CONFDIR= ${SYSCONFDIR}/silc SUBST_VARS= CONFDIR USE_LIBTOOL= gnu -USE_GROFF = Yes LIBTOOL_FLAGS= --tag=disable-shared CONFIGURE_STYLE= autoconf AUTOCONF_VERSION= 2.63 diff --git a/net/silc-server/Makefile b/net/silc-server/Makefile index 4eeb07d89f3..d173724cb18 100644 --- a/net/silc-server/Makefile +++ b/net/silc-server/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.62 2010/11/19 22:31:38 espie Exp $ +# $OpenBSD: Makefile,v 1.63 2011/01/15 10:56:51 jasper Exp $ COMMENT= Secure Internet Live Conferencing (SILC) server @@ -39,7 +39,6 @@ CONFDIR= ${SYSCONFDIR}/silcd SUBST_VARS= CONFDIR USE_LIBTOOL= Yes -USE_GROFF = Yes LIBTOOL_FLAGS= --tag=disable-shared CONFIGURE_STYLE= autoconf AUTOCONF_VERSION= 2.63 diff --git a/net/znc/Makefile b/net/znc/Makefile index b8b2587b1f9..e18a4c14d84 100644 --- a/net/znc/Makefile +++ b/net/znc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2010/11/22 11:16:33 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2011/01/15 10:56:51 jasper Exp $ SHARED_ONLY= Yes @@ -25,7 +25,6 @@ MAKE_FLAGS+= VERBOSE=1 SEPARATE_BUILD= concurrent USE_GMAKE= Yes -USE_GROFF = Yes CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --disable-optimization diff --git a/www/gnash/Makefile b/www/gnash/Makefile index 0975816f8f7..f978f1f00b4 100644 --- a/www/gnash/Makefile +++ b/www/gnash/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.37 2010/12/03 07:27:03 jasper Exp $ +# $OpenBSD: Makefile,v 1.38 2011/01/15 10:56:51 jasper Exp $ SHARED_ONLY= Yes @@ -51,7 +51,6 @@ LIB_DEPENDS= archivers/bzip2 \ USE_GMAKE= Yes # Gnash requires GNU libtool 2.2 or greater, so use the bundled one USE_LIBTOOL= gnu -USE_GROFF= Yes LIBTOOL= ${WRKSRC}/libtool LIBTOOL_FLAGS+= --tag=disable-static CONFIGURE_STYLE= gnu diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 497043f4751..a32d47d6d9a 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.78 2010/11/22 10:16:08 espie Exp $ +# $OpenBSD: Makefile,v 1.79 2011/01/15 10:56:51 jasper Exp $ SHARED_ONLY= Yes @@ -26,7 +26,6 @@ RUN_DEPENDS+= www/spawn-fcgi USE_LIBTOOL= Yes LIBTOOL_FLAGS= --tag=disable-static -USE_GROFF = Yes CONFIGURE_STYLE= autoconf # Should be 2.65 AUTOCONF_VERSION= 2.64 diff --git a/www/spawn-fcgi/Makefile b/www/spawn-fcgi/Makefile index ad8226b6eb9..0820ac9f417 100644 --- a/www/spawn-fcgi/Makefile +++ b/www/spawn-fcgi/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2010/11/11 12:35:18 sthen Exp $ +# $OpenBSD: Makefile,v 1.11 2011/01/15 10:56:51 jasper Exp $ COMMENT= spawn FastCGI processes @@ -20,6 +20,5 @@ WANTLIB= c CONFIGURE_STYLE= autoconf AUTOCONF_VERSION= 2.64 -USE_GROFF = Yes .include diff --git a/x11/vlc/Makefile b/x11/vlc/Makefile index 0ec89df479f..7ad24f4db87 100644 --- a/x11/vlc/Makefile +++ b/x11/vlc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.112 2011/01/14 19:46:46 jasper Exp $ +# $OpenBSD: Makefile,v 1.113 2011/01/15 10:56:51 jasper Exp $ SHARED_ONLY= Yes @@ -75,7 +75,6 @@ WANTLIB-main= FLAC GL GLU ICE lib/qt4/QtGui SM SDL SDL_image X11 Xau \ USE_GMAKE= Yes USE_LIBTOOL= Yes -USE_GROFF = Yes CONFIGURE_STYLE= autoconf # Should be 2.65 AUTOCONF_VERSION= 2.64