diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2002-05-25 00:00:32 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2002-05-25 00:00:32 +0000 |
commit | c67968755f6a89fa6f4514c8225f5e23e6fae123 (patch) | |
tree | 05344b1698229ba94d9585fd9b994db42ab6b717 /net | |
parent | Use the static openh323 libraries (diff) |
Make sure the port uses the static openh323 library
Notes
Notes:
svn path=/head/; revision=59937
Diffstat (limited to 'net')
-rw-r--r-- | net/openh323proxy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openh323proxy/Makefile b/net/openh323proxy/Makefile index de539d492e11..a54a20e120b6 100644 --- a/net/openh323proxy/Makefile +++ b/net/openh323proxy/Makefile @@ -7,6 +7,7 @@ PORTNAME= openh323proxy PORTVERSION= 0.9a3.m09 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://download.sourceforge.net/openh323proxy/ DISTNAME= ${PORTNAME}_0.9a3_m09 @@ -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/} |