diff options
author | roger <roger@FreeBSD.org> | 2002-05-24 23:44:43 +0000 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2002-05-24 23:44:43 +0000 |
commit | 0a0f5cb5a6757befa4ce7f19e9a45867d0dadd3a (patch) | |
tree | 26f0b2ed407e7dbf6f8ef036848fa16d94e709a2 /net/gatekeeper/Makefile | |
parent | 2e08b2c9b527be428a70969aa07f67bc89bdc136 (diff) | |
download | FreeBSD-ports-0a0f5cb5a6757befa4ce7f19e9a45867d0dadd3a.zip FreeBSD-ports-0a0f5cb5a6757befa4ce7f19e9a45867d0dadd3a.tar.gz |
Make sure we use the static openh323 libraries (as the openh323
port does not actually install the .so files)
Diffstat (limited to 'net/gatekeeper/Makefile')
-rw-r--r-- | net/gatekeeper/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gatekeeper/Makefile b/net/gatekeeper/Makefile index a21fe74..3d7475d 100644 --- a/net/gatekeeper/Makefile +++ b/net/gatekeeper/Makefile @@ -7,6 +7,7 @@ PORTNAME= gatekeeper PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.willamowius.de/download/gatekeeper/ DISTNAME= gk10 @@ -23,7 +24,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/} |