mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Convert USE_GMAKE to USES
This commit is contained in:
parent
46413cf4c7
commit
6654024e93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348342
@ -9,8 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/Anope%20${PORTVERSION}
|
||||
MAINTAINER= dhn@FreeBSD.org
|
||||
COMMENT= A set of IRC services for IRC networks
|
||||
|
||||
USES= perl5
|
||||
USE_GMAKE= yes
|
||||
USES= perl5 gmake
|
||||
USE_PERL5= build
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --libdir="${LOCALBASE}/lib" \
|
||||
|
@ -15,9 +15,8 @@ LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls
|
||||
|
||||
USE_GNOME= glib20
|
||||
USE_LDCONFIG= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pkgconfig
|
||||
USES= pkgconfig gmake
|
||||
|
||||
MAN1= ctrlproxy.1
|
||||
MAN5= ctrlproxy_config.5
|
||||
|
@ -14,7 +14,7 @@ COMMENT= A SLang-based IRC client
|
||||
|
||||
LIB_DEPENDS= ${LIB_DEPENDS_LIBSLANG}
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
SUB_FILES= pkg-message
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
|
@ -13,8 +13,6 @@ BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USES= pathfix pkgconfig
|
||||
USES= pathfix pkgconfig gmake
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Solid Internet Relay Chat Daemon based on bahamut IRCd
|
||||
|
||||
WRKSRC= ${WRKDIR}/solidircd-stable
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS+= --prefix=${PREFIX}/${PORTNAME}
|
||||
|
@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GNU Thales -- An IRC to MySQL gateway
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
USE_MYSQL= yes
|
||||
USE_RC_SUBR= thales
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user