Convert to new LIB_DEPENDS syntax so 'make check-sanity' is happy.
This commit is contained in:
parent
350e39a2bb
commit
427bcc2fe3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337626
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ DIST_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Free open source Massively Multiplayer On-line Role-playing Game (MMORPG)
|
||||
|
||||
LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs \
|
||||
curl:${PORTSDIR}/ftp/curl
|
||||
LIB_DEPENDS= libphysfs.so.1:${PORTSDIR}/devel/physfs \
|
||||
libcurl.so:${PORTSDIR}/ftp/curl
|
||||
|
||||
SVN_REVISION= 6021
|
||||
FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}
|
||||
|
|
Loading…
Reference in a new issue