diff options
author | sat <sat@FreeBSD.org> | 2006-05-12 17:04:11 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-12 17:04:11 +0800 |
commit | 6de80e6a1d5e2c91e6c776b4269dc8a329bad7c4 (patch) | |
tree | 5f99d1ace6e3370d3a4fec7bd97626df7fde4cbf /ftp | |
parent | 56c1ed3dc66a1421725cf816a490d7a6a247ab36 (diff) | |
download | freebsd-ports-gnome-6de80e6a1d5e2c91e6c776b4269dc8a329bad7c4.tar.gz freebsd-ports-gnome-6de80e6a1d5e2c91e6c776b4269dc8a329bad7c4.tar.zst freebsd-ports-gnome-6de80e6a1d5e2c91e6c776b4269dc8a329bad7c4.zip |
- Fix build by defining LIBBONOBO_IDL
Approved by: osa (co-mentor, implicit)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/gwget/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/gwget/Makefile b/ftp/gwget/Makefile index a27cdf956e24..ddcac6e769e8 100644 --- a/ftp/gwget/Makefile +++ b/ftp/gwget/Makefile @@ -19,11 +19,12 @@ RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui gconf2 +USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui libbonobo gconf2 GNU_CONFIGURE= yes USE_X_PREFIX= yes USE_GETTEXT= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBBONOBO_IDL="-I${LOCALBASE}/idl/bonobo-2.0" \ LDFLAGS="-Wl,-export-dynamic -L${LOCALBASE}/lib" GCONF_SCHEMAS= gwget.schemas |