diff options
author | makc <makc@FreeBSD.org> | 2012-04-10 21:24:34 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2012-04-10 21:24:34 +0800 |
commit | df50f28253ce38ca4fb7e9f8c23a0ae8b0ebec69 (patch) | |
tree | 131bec97d9bb5c95f2a939eae9d00682c8bbbddb /games | |
parent | a60e7af01f4dd794866b1fea8f88e366ddb054ad (diff) | |
download | freebsd-ports-gnome-df50f28253ce38ca4fb7e9f8c23a0ae8b0ebec69.tar.gz freebsd-ports-gnome-df50f28253ce38ca4fb7e9f8c23a0ae8b0ebec69.tar.zst freebsd-ports-gnome-df50f28253ce38ca4fb7e9f8c23a0ae8b0ebec69.zip |
Add missing dependency on curl to fix build.
Reported by: pav
Pointyhat to: makc
Diffstat (limited to 'games')
-rw-r--r-- | games/crossfire-client/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index 2d9b5a8c6c40..70ecbe59c212 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= SF/crossfire/${PORTNAME}/${PORTVERSION} MAINTAINER= kevinz5000@gmail.com COMMENT= A cooperative multiplayer graphical RPG and adventure game +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl + USE_GMAKE= yes USE_GNOME= gtk20 libglade2 USE_SDL= image sdl |