diff options
Diffstat (limited to 'devel/libbonobo/Makefile')
-rw-r--r-- | devel/libbonobo/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index 278beefbb260..a2cd560e7f53 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -3,14 +3,14 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/devel/libbonobo/Makefile,v 1.45 2006/04/13 07:52:33 bland Exp $ # PORTNAME= libbonobo -PORTVERSION= 2.10.1 -PORTREVISION= 3 +PORTVERSION= 2.14.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.10 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -19,6 +19,7 @@ COMMENT= A component and compound document system for GNOME2 USE_BZIP2= yes USE_GMAKE= yes USE_BISON= yes +USE_GETTEXT= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes USE_PERL5= yes |