diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2001-05-03 02:20:22 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2001-05-03 02:20:22 +0000 |
commit | b6583175b0253ae166cf3e2c1e51a945c35639b2 (patch) | |
tree | f21959ba6b6a4145d1abcdf6afab1f9a2b74cc40 /net/ohphone/Makefile | |
parent | 5695ee4b8efaefa298fdd3305dd94b7b75c9e08c (diff) | |
download | ports-b6583175b0253ae166cf3e2c1e51a945c35639b2.tar.gz ports-b6583175b0253ae166cf3e2c1e51a945c35639b2.zip |
Notes
Diffstat (limited to 'net/ohphone/Makefile')
-rw-r--r-- | net/ohphone/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/ohphone/Makefile b/net/ohphone/Makefile index 6f446b43d258..7790c13ec79c 100644 --- a/net/ohphone/Makefile +++ b/net/ohphone/Makefile @@ -6,12 +6,12 @@ # PORTNAME= ohphone -PORTVERSION= 1.1pl1 +PORTVERSION= 1.1.2 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ http://www.ru.openh323.org/bin/ -DISTNAME= ohphone_1.1pl1 +DISTNAME= ohphone_1.1.2 MAINTAINER= roger@FreeBSD.org @@ -23,6 +23,7 @@ NOCLEANDEPENDS= yes USE_NEWGCC= yes USE_BISON= yes +USE_XLIB= yes USE_GMAKE= yes ALL_TARGET= opt MAKE_ENV= PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib \ |