aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-02-13 02:05:23 +0800
committerVolker Stolz <vs@FreeBSD.org>2005-02-13 02:05:23 +0800
commit7da725245f3b5f27c116c5a6440900fe9bdebd8c (patch)
tree897fd463312da25c92edc5750b19f7f0accd8d85
parent8737f04c4dde058ebb5c23e10c40b0dcbd38afd9 (diff)
downloadfreebsd-ports-gnome-7da725245f3b5f27c116c5a6440900fe9bdebd8c.tar.gz
freebsd-ports-gnome-7da725245f3b5f27c116c5a6440900fe9bdebd8c.tar.zst
freebsd-ports-gnome-7da725245f3b5f27c116c5a6440900fe9bdebd8c.zip
LIB_DEPEND on curl
PR: ports/77401 Submitted by: Charles Swiger (maintainer)
-rw-r--r--games/bzflag/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/bzflag/Makefile b/games/bzflag/Makefile
index d47af597da6a..d30250e2fbaa 100644
--- a/games/bzflag/Makefile
+++ b/games/bzflag/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bzflag
PORTVERSION= 2.0.0
+PORTREVISION= 1
CATEGORIES= games
# SourceForge mirroring for BZFlag-2 is broken at the moment
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -18,7 +19,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.20050117
MAINTAINER= chuck@pkix.net
COMMENT= A multiplayer 3D tank battle game
-BUILD_DEPENDS= ${LOCALBASE}/bin/curl-config:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
USE_BZIP2= yes
USE_SDL= yes