aboutsummaryrefslogtreecommitdiff
path: root/devel/eris/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2014-02-28 07:32:40 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2014-02-28 07:32:40 +0000
commit77ff6425d7e0176119663fa0c3b4d676050356de (patch)
tree833705155c1476ca70954cc5261e5a2671a0587c /devel/eris/Makefile
parentaaeafb8363cf7a861b1a70675ec29565517fe13d (diff)
downloadports-77ff6425d7e0176119663fa0c3b4d676050356de.tar.gz
ports-77ff6425d7e0176119663fa0c3b4d676050356de.zip
update mercator to 0.3.3
Notes
Notes: svn path=/head/; revision=346447
Diffstat (limited to 'devel/eris/Makefile')
-rw-r--r--devel/eris/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/eris/Makefile b/devel/eris/Makefile
index ba62dc6e0eac..5396eb83712b 100644
--- a/devel/eris/Makefile
+++ b/devel/eris/Makefile
@@ -10,19 +10,19 @@ MASTER_SITES= SF/worldforge/Eris%201.4%20%28client%20lib%29/${PORTVERSION}/
MAINTAINER= oliver@FreeBSD.org
COMMENT= WorldForge client entity library
-LIB_DEPENDS= Atlas-0.6.2:${PORTSDIR}/devel/atlas-devel \
- skstream-0.3.7:${PORTSDIR}/net/skstream \
- wfmath-1.0.1:${PORTSDIR}/math/wfmath \
- sigc-2.0:${PORTSDIR}/devel/libsigc++20 \
- mercator-0.3.3:${PORTSDIR}/devel/mercator
+LIB_DEPENDS= libAtlas-0.6.so:${PORTSDIR}/devel/atlas-devel \
+ libskstream-0.3.so:${PORTSDIR}/net/skstream \
+ libwfmath-1.0.so:${PORTSDIR}/math/wfmath \
+ libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \
+ libmercator-0.3.so:${PORTSDIR}/devel/mercator
+CONFIGURE_ARGS= --disable-silent-rules
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USES= pathfix pkgconfig
+USES= pathfix pkgconfig
USE_GCC= yes
CXXFLAGS+= -include wchar.h
-CONFIGURE_ARGS+="CXXFLAGS=${CXXFLAGS}"
NO_STAGE= yes
.include <bsd.port.mk>