diff options
author | marcus <marcus@FreeBSD.org> | 2006-12-08 07:48:34 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-12-08 07:48:34 +0000 |
commit | fa69dc49da936f2ab48962e37a87cf097f2edbce (patch) | |
tree | 299b0a7aa0722f19fd3bb1f5ea3451098171aa83 /net/opal3/Makefile | |
parent | 456eb1658fa3ad225220d43d5dc6be3c5b2fd88d (diff) | |
download | FreeBSD-ports-fa69dc49da936f2ab48962e37a87cf097f2edbce.zip FreeBSD-ports-fa69dc49da936f2ab48962e37a87cf097f2edbce.tar.gz |
Update to 2.2.3.
Approved by: maintainer
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 bd674ce..4f574e0 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= opal -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.3 CATEGORIES= net MASTER_SITES= http://www.voxgratia.org/releases/ DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g}-src- @@ -17,12 +17,13 @@ COMMENT= VoIP abstraction library LIB_DEPENDS= pt_r.1:${PORTSDIR}/devel/pwlib -WRKSRC= ${WRKDIR}/${PORTNAME}_Phobos_release2 +WRKSRC= ${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g} # In opal's Makefile the default make's target is optshared ALL_TARGET= optshared USE_GMAKE= yes USE_AUTOTOOLS= autoconf:259 +USE_GNOME= gnometarget GNU_CONFIGURE= yes INSTALLS_SHLIB= yes NO_FILTER_SHLIBS= yes |