diff options
author | roger <roger@FreeBSD.org> | 2002-05-25 00:00:32 +0000 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2002-05-25 00:00:32 +0000 |
commit | 72a983671b00e63962c83e889da0a208d10caefc (patch) | |
tree | 837b59f7bf3a8d37f49214035875397a59849b18 /net/openh323proxy | |
parent | baa92010b019fe31ca0e94900244b740bf5a2389 (diff) | |
download | FreeBSD-ports-72a983671b00e63962c83e889da0a208d10caefc.zip FreeBSD-ports-72a983671b00e63962c83e889da0a208d10caefc.tar.gz |
Make sure the port uses the static openh323 library
Diffstat (limited to 'net/openh323proxy')
-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 de539d4..a54a20e 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/} |