aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-07-15 03:09:07 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-07-15 03:09:07 +0000
commitb8e91efd03221fe68e75726f053aa532bee2e500 (patch)
treeae5234e43b422583b7d452c39a7c3449d67fd056 /devel
parentdde84359ffeb3f386f9901e3330cb1f32119c0e3 (diff)
downloadports-b8e91efd03221fe68e75726f053aa532bee2e500.tar.gz
ports-b8e91efd03221fe68e75726f053aa532bee2e500.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/omniORB/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/omniORB/Makefile b/devel/omniORB/Makefile
index 0be5b42adf84..bebd1676f28b 100644
--- a/devel/omniORB/Makefile
+++ b/devel/omniORB/Makefile
@@ -7,7 +7,7 @@
PORTNAME= omniORB
PORTVERSION= 4.0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:L}
@@ -22,13 +22,14 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
USE_PYTHON= yes
+USE_OPENSSL= yes
INSTALLS_SHLIB= yes
NO_FILTER_SHLIBS= yes
MAKEFILE= GNUmakefile
CONFIGURE_SCRIPT= ../configure
CONFIGURE_ENV+= CC=${CC} CFLAGS="${CFLAGS}" CXX=${CXX} CXXFLAGS="${CXXFLAGS}" \
CPP=${CPP} PYTHON=${PYTHON_CMD}
-CONFIGURE_ARGS= --datadir=${DATADIR} --with-openssl=/usr \
+CONFIGURE_ARGS= --datadir=${DATADIR} --with-openssl=${OPENSSLBASE} \
--with-omniORB-config=${PREFIX}/etc/omniORB.cfg \
--with-omniNames-logdir=/var/log
.if defined(WITHOUT_STATIC)