diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-12-08 07:48:34 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-12-08 07:48:34 +0000 |
commit | 78d35863c8d32db2779e0b223b71ec88d8bdea60 (patch) | |
tree | de58fde7b1b8bd4520a8eff50cf91c6e4704d5d9 /net/opal3/Makefile | |
parent | 65e6d3fbc9bcd81b7d57f8d3d040442e6cac2603 (diff) |
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 bd674cebb606..4f574e07eeb5 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 |