diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2002-04-01 15:28:35 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2002-04-01 15:28:35 +0000 |
commit | 4518a42e88bd13c2e01f0848738caae491612518 (patch) | |
tree | 34f8bada75e6847131ae6b53cc2daf6a952e41d0 /net/openmcu/Makefile | |
parent | 6bd5cfb9b3490829429c8eb8cdae32820f0c4036 (diff) |
Notes
Diffstat (limited to 'net/openmcu/Makefile')
-rw-r--r-- | net/openmcu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/openmcu/Makefile b/net/openmcu/Makefile index 273f38c46ad4..bd29cd56e121 100644 --- a/net/openmcu/Makefile +++ b/net/openmcu/Makefile @@ -6,12 +6,12 @@ # PORTNAME= openmcu -PORTVERSION= 1.0.12 +PORTVERSION= 1.0.15 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ http://www.ru.openh323.org/bin/ -DISTNAME= openmcu_1.0.12 +DISTNAME= openmcu_1.0.15 MAINTAINER= roger@FreeBSD.org @@ -23,7 +23,7 @@ NOCLEANDEPENDS= yes USE_NEWGCC= 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/} |