diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-02-14 21:53:30 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-02-14 21:53:30 +0000 |
commit | cbb90127668e14a174c942c19dcf3a6165060f50 (patch) | |
tree | 51e88921df39f8a000a5514d71051b94d00e6cbe /net/opal3/Makefile | |
parent | f6be84e00d27ca2a2fe8eb7f8a7fe8fb2803d747 (diff) | |
download | ports-cbb90127668e14a174c942c19dcf3a6165060f50.tar.gz ports-cbb90127668e14a174c942c19dcf3a6165060f50.zip |
Notes
Diffstat (limited to 'net/opal3/Makefile')
-rw-r--r-- | net/opal3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/opal3/Makefile b/net/opal3/Makefile index e0500c9efd6b..6dafd32d2e6d 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -7,15 +7,16 @@ PORTNAME= openh323 PORTVERSION= 1.17.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.voxgratia.org/releases/ DISTFILES= openh323-v1_17_3-src-tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= steve@energistic.com COMMENT= A H323 Video Conferencing library LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ - pt_FreeBSD_x86_r.1:${PORTSDIR}/devel/pwlib + pt_r.1:${PORTSDIR}/devel/pwlib WRKSRC= ${WRKDIR}/openh323_v1_17_3 |