diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2002-05-24 23:52:01 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2002-05-24 23:52:01 +0000 |
commit | 4b8af0aec6a195c31f79c40cd3a874bb047898c7 (patch) | |
tree | 7682db299e605114a56b113de53e1a18389e157e /net/opengatekeeper | |
parent | 21de9cd5657bf58af599059d6a2dc20131377cfe (diff) |
Use the static openh323 libraries
Notes
Notes:
svn path=/head/; revision=59936
Diffstat (limited to 'net/opengatekeeper')
-rw-r--r-- | net/opengatekeeper/Makefile | 3 |
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/} |