- Remove explicit devel/apr* dependency, now pulled in by Subversion
PR: ports/146949 Submitted by: pgollucci
This commit is contained in:
parent
7cf52fd589
commit
b16b0edafd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255462
1 changed files with 1 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= rsvndump
|
||||
PORTVERSION= 0.5.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
@ -37,9 +37,5 @@ CONFIGURE_ENV+= LDFLAGS=${PTHREAD_LIBS}
|
|||
BUILD_DEPENDS+= asciidoc:${PORTSDIR}/textproc/asciidoc \
|
||||
xmlto:${PORTSDIR}/textproc/xmlto
|
||||
|
||||
.if !exists(${APR_APU_DIR}/${APR_CONFIG})
|
||||
BUILD_DEPENDS+= apr-1-config:${PORTSDIR}/devel/apr1
|
||||
.endif
|
||||
|
||||
BUILD_DEPENDS+= subversion>=0:${PORTSDIR}/devel/subversion
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue