diff options
Diffstat (limited to 'net/openh323proxy/Makefile')
-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/} |