Register dependency on groff
PR: 213725
This commit is contained in:
parent
8f3d5752f6
commit
69771bc284
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441907
11 changed files with 11 additions and 9 deletions
|
@ -20,7 +20,7 @@ CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2
|
|||
USE_RC_SUBR= rrdcached
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake libtool pathfix pkgconfig shebangfix
|
||||
USES= gmake groff libtool pathfix pkgconfig shebangfix
|
||||
SHEBANG_FILES= examples/rrdcached/rrdcached-size.pl
|
||||
USE_GNOME= glib20 libxml2
|
||||
INSTALL_TARGET= install-strip
|
||||
|
|
|
@ -13,6 +13,7 @@ MAINTAINER= rodrigo@FreeBSD.org
|
|||
COMMENT= Library for storing and manipulating dates and times in second/attosecond
|
||||
|
||||
ALL_TARGET= it
|
||||
USES= groff
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_ENV= LIBVERSION="${LIBVERSION}"
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
|
|
@ -19,7 +19,7 @@ CONFLICTS= libasr-[0-9]*
|
|||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
USES= libtool
|
||||
USES= groff libtool
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -18,7 +18,7 @@ CONFLICTS= libasr-devel-[0-9]*
|
|||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
USES= libtool ssl:build
|
||||
USES= groff libtool ssl:build
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CFLAGS+= -I${OPENSSLINC}
|
||||
|
|
|
@ -36,7 +36,7 @@ PYTHONLIBDIR= ${LLVM_PREFIX}/lib/python
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_PREFIX= ${LLVM_PREFIX}
|
||||
USES= compiler:c++11-lib gmake libedit perl5 python:build tar:xz
|
||||
USES= compiler:c++11-lib gmake groff libedit perl5 python:build tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAKE_ARGS= CLANG_TBLGEN=${WRKSRC}/${RELTYPE}/bin/clang-tblgen \
|
||||
|
|
|
@ -11,7 +11,7 @@ COMMENT= Improved version of the ezmlm mailing list manager
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= qmail:run
|
||||
USES= groff qmail:run
|
||||
|
||||
CONFLICTS= ezmlm-0.*
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ MASTER_SITES= http://cr.yp.to/software/ \
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= RFC 822 mail message parsing library and rewriting utilities
|
||||
|
||||
USES= qmail:vars
|
||||
USES= groff qmail:vars
|
||||
|
||||
ALL_TARGET= it
|
||||
INSTALL_TARGET= setup check
|
||||
|
|
|
@ -27,7 +27,7 @@ MAILERCONF_DESC= Activate OpenSMTPD in mailer.conf(5)
|
|||
SSL_PORT_DESC= SSL/TLS support via OpenSSL/LibreSSL from port
|
||||
TABLE_DB_DESC= Build table-db plugin (aliases)
|
||||
|
||||
USES= cpe libtool ssl
|
||||
USES= cpe groff libtool ssl
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CPE_VENDOR= openbsd
|
||||
|
|
|
@ -13,6 +13,7 @@ COMMENT= djb-style file wiping utility
|
|||
|
||||
ALL_TARGET= it
|
||||
INSTALL_TARGET= setup
|
||||
USES= groff
|
||||
|
||||
PLIST_FILES= bin/fwipe bin/fwipe0 bin/echo0 man/man1/fwipe.1.gz \
|
||||
man/man1/fwipe0.1.gz man/man1/echo0.1.gz
|
||||
|
|
|
@ -17,7 +17,7 @@ COMMENT= The portable version of OpenBSD's OpenSSH
|
|||
|
||||
CONFLICTS?= openssh-3.* ssh-1.* ssh2-3.* openssh-portable-devel-*
|
||||
|
||||
USES= alias autoreconf ncurses ssl
|
||||
USES= alias autoreconf groff ncurses ssl
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= ac_cv_func_strnvis=no
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} --with-md5-passwords \
|
||||
|
|
|
@ -15,7 +15,7 @@ LICENSE= LGPL20
|
|||
|
||||
LIB_DEPENDS= libpng.so:graphics/png
|
||||
|
||||
USES= jpeg localbase pkgconfig
|
||||
USES= groff jpeg localbase pkgconfig
|
||||
USE_XORG= x11 xcursor xext xfixes xft xinerama
|
||||
USE_GL= glu
|
||||
USE_LDCONFIG= yes
|
||||
|
|
Loading…
Reference in a new issue