diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-09-11 14:40:53 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-09-11 14:40:53 +0000 |
commit | ae01580694bf1848d7326d4cf2e33b090c9885bb (patch) | |
tree | 2c2e615fee67d17c1d710b245720baa24dbcc3f4 /devel/libglade/Makefile | |
parent | 1dac972c1f5e43dd854538cf68dd018a7d09e730 (diff) | |
download | ports-ae01580694bf1848d7326d4cf2e33b090c9885bb.tar.gz ports-ae01580694bf1848d7326d4cf2e33b090c9885bb.zip |
Notes
Diffstat (limited to 'devel/libglade/Makefile')
-rw-r--r-- | devel/libglade/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index a31060a3212b..cc8237d87139 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libglade -PORTVERSION= 0.16 -PORTREVISION= 5 +PORTVERSION= 0.17 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/libglade @@ -20,10 +19,11 @@ USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOMECTRL= yes -USE_LIBTOOL= yes +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-bonobo --enable-gnomedb CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} .include <bsd.port.mk> |