diff options
author | roger <roger@FreeBSD.org> | 2002-11-28 16:17:49 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2002-11-28 16:17:49 +0800 |
commit | b6a6889d17be51effdc127f951120e92e5c9466b (patch) | |
tree | b684da43276c7738c12abfb29f742e7c9d1f7f07 /net/openh323 | |
parent | f133eef50c22c7dfb267d85a1cf82a8439699cba (diff) | |
download | freebsd-ports-gnome-b6a6889d17be51effdc127f951120e92e5c9466b.tar.gz freebsd-ports-gnome-b6a6889d17be51effdc127f951120e92e5c9466b.tar.zst freebsd-ports-gnome-b6a6889d17be51effdc127f951120e92e5c9466b.zip |
Build simph323 statically.
Reported by: Alexander Nedotsukov <bland@mail.ru>
Approved by: kris
Diffstat (limited to 'net/openh323')
-rw-r--r-- | net/openh323/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openh323/Makefile b/net/openh323/Makefile index d34a2a9cdc18..a1fea770645d 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -7,7 +7,7 @@ PORTNAME= openh323 PORTVERSION= 1.9.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ @@ -37,7 +37,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_BISON= yes USE_GMAKE= yes -ALL_TARGET= opt +ALL_TARGET= optnoshared MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib \ OPENH323DIR=${WRKDIR}/openh323 THE_MACHTYPE= ${ARCH:S/i386/x86/} |