. 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]
This commit is contained in:
parent
09b00af51c
commit
7fd67a105f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239861
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue