mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
devel/tla: Document SSL requirement, pet portlint
This commit is contained in:
parent
580ad56a55
commit
756e545cd3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421706
@ -9,16 +9,14 @@ MASTER_SITES= GNU/gnu-arch \
|
||||
http://www.atai.org/gnuarch/releases/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The original arch source control management CLI written in C
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
COMMENT= Original arch source control management CLI written in C
|
||||
|
||||
BUILD_DEPENDS= gpatch:devel/patch \
|
||||
gdiff:textproc/diffutils \
|
||||
gtar:archivers/gtar
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= gmake
|
||||
USES= gmake pkgconfig ssl
|
||||
HAS_CONFIGURE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
@ -33,6 +31,8 @@ ORIGWRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||
PATCH_WRKSRC= ${ORIGWRKSRC}/..
|
||||
WRKSRC= ${ORIGWRKSRC}/=build
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
pre-patch:
|
||||
${MKDIR} ${WRKSRC}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user