diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-08 18:37:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-08 18:37:33 +0000 |
commit | 19058d4eb8b97dda82b3bf0784edeb698e555ab2 (patch) | |
tree | 78b0f329087b6e96803b02e6c9414b83b0496904 /devel/bonobo/Makefile | |
parent | dc654fcacbba15e4d74f8ece63d2856f8be17877 (diff) | |
download | ports-19058d4eb8b97dda82b3bf0784edeb698e555ab2.tar.gz ports-19058d4eb8b97dda82b3bf0784edeb698e555ab2.zip |
Notes
Diffstat (limited to 'devel/bonobo/Makefile')
-rw-r--r-- | devel/bonobo/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index 97f2b293c02a..5ef8fdd324f6 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -6,8 +6,7 @@ # PORTNAME= bonobo -PORTVERSION= 1.0.20 -PORTREVISION= 2 +PORTVERSION= 1.0.21 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/bonobo/1.0 @@ -23,8 +22,9 @@ USE_GNOMENG= yes USE_GNOME= gnomehack gnomeprefix oaf gnomehier gnomeprint GNOME_HTML_DIR= ${PREFIX}/share/doc/bonobo INSTALLS_SHLIB= yes -USE_LIBTOOL= yes -LIBTOOLFILES= configure libefs/configure +#USE_LIBTOOL= yes +#LIBTOOLFILES= configure libefs/configure +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} |