diff options
author | rene <rene@FreeBSD.org> | 2013-12-27 06:21:46 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-12-27 06:21:46 +0800 |
commit | 658ff3f1efc7ed715329d13a893c73e09bc6e048 (patch) | |
tree | b4a1cca2642cd2184999ba67bd0b9dc445a09a6d /games/daimonin/Makefile | |
parent | 4f47ebebb3c5aaf4ca28f5ec26ed126d15c3e6c2 (diff) | |
download | freebsd-ports-gnome-658ff3f1efc7ed715329d13a893c73e09bc6e048.tar.gz freebsd-ports-gnome-658ff3f1efc7ed715329d13a893c73e09bc6e048.tar.zst freebsd-ports-gnome-658ff3f1efc7ed715329d13a893c73e09bc6e048.zip |
Convert to new LIB_DEPENDS syntax so 'make check-sanity' is happy.
Diffstat (limited to 'games/daimonin/Makefile')
-rw-r--r-- | games/daimonin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/daimonin/Makefile b/games/daimonin/Makefile index d1c2ca9c1c17..75495cc33632 100644 --- a/games/daimonin/Makefile +++ b/games/daimonin/Makefile @@ -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} |