aboutsummaryrefslogtreecommitdiff
path: root/net/opal
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2002-11-28 08:17:49 +0000
committerRoger Hardiman <roger@FreeBSD.org>2002-11-28 08:17:49 +0000
commitb503c8dc3d8599504e6eacd0b591027cd119fc6c (patch)
tree11fda7578047e34b41ed2e2ea88a5087ec8eb9af /net/opal
parent472cd19392803d29c888041021b45e36b1ff6439 (diff)
downloadports-b503c8dc3d8599504e6eacd0b591027cd119fc6c.tar.gz
ports-b503c8dc3d8599504e6eacd0b591027cd119fc6c.zip
Build simph323 statically.
Reported by: Alexander Nedotsukov <bland@mail.ru> Approved by: kris
Notes
Notes: svn path=/head/; revision=71189
Diffstat (limited to 'net/opal')
-rw-r--r--net/opal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile
index d34a2a9cdc18..a1fea770645d 100644
--- a/net/opal/Makefile
+++ b/net/opal/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openh323
PORTVERSION= 1.9.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.openh323.org/bin/ \
http://www.de.openh323.org/bin/ \
@@ -37,7 +37,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_BISON= yes
USE_GMAKE= yes
-ALL_TARGET= opt
+ALL_TARGET= optnoshared
MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib \
OPENH323DIR=${WRKDIR}/openh323
THE_MACHTYPE= ${ARCH:S/i386/x86/}