diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 11:14:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 11:14:49 +0000 |
commit | c706f7f3440734871fa53b3918c1e99eb287898c (patch) | |
tree | 0460d125ade9bf9b94b7daecf24b65257facfc3b /games/openlierox | |
parent | 96ec3df0612618019b94f6fd1c41e003d61ffabd (diff) | |
download | ports-c706f7f3440734871fa53b3918c1e99eb287898c.tar.gz ports-c706f7f3440734871fa53b3918c1e99eb287898c.zip |
Notes
Diffstat (limited to 'games/openlierox')
-rw-r--r-- | games/openlierox/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/openlierox/Makefile b/games/openlierox/Makefile index dd3dffd3607d..34dc0981a9a2 100644 --- a/games/openlierox/Makefile +++ b/games/openlierox/Makefile @@ -11,10 +11,10 @@ DISTNAME= OpenLieroX_${DISTVERSION}.src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Extremely addictive realtime worms shoot-em-up -LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd \ - boost_signals:${PORTSDIR}/devel/boost-libs \ - curl:${PORTSDIR}/ftp/curl \ - alut:${PORTSDIR}/audio/freealut +LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \ + libboost_signals.so:${PORTSDIR}/devel/boost-libs \ + libcurl.so:${PORTSDIR}/ftp/curl \ + libalut.so:${PORTSDIR}/audio/freealut USE_BZIP2= yes USE_SDL= sdl image |