diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:23:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:23:25 +0000 |
commit | e6ffa1f425ea668e859fae97edfd25a239614331 (patch) | |
tree | 255b3b2c0cd318aabd72e99ccb876cde204de6b7 /games/ufoai | |
parent | 9f1b40e753cf899e58168a889a3df63c843fcb4a (diff) |
Modernize LIB_DEPENDS
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=361727
Diffstat (limited to 'games/ufoai')
-rw-r--r-- | games/ufoai/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/games/ufoai/Makefile b/games/ufoai/Makefile index d89f114b38be..7f2ae60701aa 100644 --- a/games/ufoai/Makefile +++ b/games/ufoai/Makefile @@ -12,14 +12,14 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Strategy game featuring tactical combat -LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - curl:${PORTSDIR}/ftp/curl \ - execinfo:${PORTSDIR}/devel/libexecinfo \ - theora.0:${PORTSDIR}/multimedia/libtheora \ - xvidcore.4:${PORTSDIR}/multimedia/xvid \ - mxml:${PORTSDIR}/textproc/mxml +LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png \ + libcurl.so:${PORTSDIR}/ftp/curl \ + libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ + libtheora.so:${PORTSDIR}/multimedia/libtheora \ + libxvidcore.so:${PORTSDIR}/multimedia/xvid \ + libmxml.so:${PORTSDIR}/textproc/mxml BUILD_DEPENDS= ${LOCALBASE}/include/mxml.h:${PORTSDIR}/textproc/mxml RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/base/default.cfg:${PORTSDIR}/games/ufoai-data |