aboutsummaryrefslogtreecommitdiff
path: root/games/megaglest
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-03-21 23:41:26 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-03-21 23:41:26 +0000
commit109bacb8fcdebba5df385673bedd6572cb38eaa8 (patch)
treea7a50304f85cb7a2256313dce82aa5464fa628d7 /games/megaglest
parent271fd25a8dc6be17082447dc6be67c9ba71b590e (diff)
downloadports-109bacb8fcdebba5df385673bedd6572cb38eaa8.tar.gz
ports-109bacb8fcdebba5df385673bedd6572cb38eaa8.zip
Notes
Diffstat (limited to 'games/megaglest')
-rw-r--r--games/megaglest/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/megaglest/Makefile b/games/megaglest/Makefile
index 0b24cac6b9df..e4d4e40fb394 100644
--- a/games/megaglest/Makefile
+++ b/games/megaglest/Makefile
@@ -3,7 +3,7 @@
PORTNAME= megaglest
PORTVERSION= 3.13.0
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= games
MAINTAINER= monwarez@mailoo.org
@@ -15,12 +15,12 @@ LICENSE_FILE= ${WRKSRC}/docs/gnu_gpl_3.0.txt
LIB_DEPENDS= libcurl.so:ftp/curl \
libpng.so:graphics/png \
libftgl.so:graphics/ftgl \
+ libircclient.so:irc/libircclient \
libvorbis.so:audio/libvorbis \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libminiupnpc.so:net/miniupnpc
-BUILD_DEPENDS= ${LOCALBASE}/include/libircclient.h:irc/libircclient \
- ${LOCALBASE}/include/miniupnpc/miniupnpc.h:net/miniupnpc
+BUILD_DEPENDS= ${LOCALBASE}/include/miniupnpc/miniupnpc.h:net/miniupnpc
RUN_DEPENDS= ${LOCALBASE}/${DATADIR_REL}/tutorials/2_basic_tutorial/2_basic_tutorial.xml:games/megaglest-data
USE_GITHUB= yes