summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2002-05-24 23:52:01 +0000
committerRoger Hardiman <roger@FreeBSD.org>2002-05-24 23:52:01 +0000
commit4b8af0aec6a195c31f79c40cd3a874bb047898c7 (patch)
tree7682db299e605114a56b113de53e1a18389e157e
parentMake sure we use the static openh323 libraries (as the openh323 (diff)
Use the static openh323 libraries
Notes
Notes: svn path=/head/; revision=59936
-rw-r--r--net/opengatekeeper/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/opengatekeeper/Makefile b/net/opengatekeeper/Makefile
index dfdbc2e0f966..9625ee9a1e83 100644
--- a/net/opengatekeeper/Makefile
+++ b/net/opengatekeeper/Makefile
@@ -7,6 +7,7 @@
PORTNAME= opengatekeeper
PORTVERSION= 0.9a4
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://download.sourceforge.net/OpenGatekeeper/
DISTNAME= opengate_0.9alpha4
@@ -22,7 +23,7 @@ NOCLEANDEPENDS= yes
USE_NEWGCC= yes
USE_BISON= yes
USE_GMAKE= yes
-ALL_TARGET= opt
+ALL_TARGET= optnoshared
MAKE_ENV= PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib \
OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323
THE_MACHTYPE= ${ARCH:S/i386/x86/}