mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
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
@ -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 New Issue
Block a user