diff options
Diffstat (limited to 'devel/glade/Makefile')
-rw-r--r-- | devel/glade/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/glade/Makefile b/devel/glade/Makefile index ea47aa0..0551a5b 100644 --- a/devel/glade/Makefile +++ b/devel/glade/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glade -PORTVERSION= 0.5.11 +PORTVERSION= 0.6.2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/glade @@ -16,6 +16,7 @@ MAINTAINER= ade@FreeBSD.org USE_X_PREFIX= yes USE_GNOME= yes USE_LIBTOOL= yes +CONFIGURE_ARGS= --with-bonobo CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/libs" |