aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ice
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2009-08-18 21:58:31 +0800
committerbsam <bsam@FreeBSD.org>2009-08-18 21:58:31 +0800
commitcd42d256c687436c7c81850b813b97b7d581166b (patch)
tree42948841b02309bc5a33b15063990525b4af445f /devel/ice
parent362597f466807d76e4063bd2fff200deb4b856cd (diff)
downloadfreebsd-ports-gnome-cd42d256c687436c7c81850b813b97b7d581166b.tar.gz
freebsd-ports-gnome-cd42d256c687436c7c81850b813b97b7d581166b.tar.zst
freebsd-ports-gnome-cd42d256c687436c7c81850b813b97b7d581166b.zip
. add LIB_DEPENDS+=mcpp.3:${PORTSDIR}/devel/mcpp; [1]
. remove BUILD_DEPENDS=mcpp:${PORTSDIR}/devel/mcpp; [2] . bump PORTREVISION. [1] PR: ports/137767 [1] Submitted by: Ayumi M <ayu at commun.jp> [1] Approved by: Stefan Ehmann <shoesoft at gmx.net> (maintaiiner) [1] Suggested by: Stefan Ehmann <shoesoft at gmx.net> (maintaiiner) [2]
Diffstat (limited to 'devel/ice')
-rw-r--r--devel/ice/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/ice/Makefile b/devel/ice/Makefile
index 5152fd736943..f350ec544e5d 100644
--- a/devel/ice/Makefile
+++ b/devel/ice/Makefile
@@ -7,14 +7,15 @@
PORTNAME= Ice
PORTVERSION= 3.3.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.zeroc.com/download/Ice/3.3/
MAINTAINER= shoesoft@gmx.net
COMMENT= A modern alternative to object middleware such as CORBA/COM/DCOM/COM+
-BUILD_DEPENDS= mcpp:${PORTSDIR}/devel/mcpp
-LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \
+ mcpp.3:${PORTSDIR}/devel/mcpp
USE_GMAKE= yes
USE_ICONV= yes