diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-06-09 21:43:10 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-06-09 21:43:10 +0000 |
commit | 2f5342187dc96c6e593665e7103fb7d053385629 (patch) | |
tree | 9639631a6e8a641d704192e6827d344c795e933a /graphics/eog | |
parent | e9bc283c154c14d63235ef6db277c1feba7ad76c (diff) | |
download | ports-2f5342187dc96c6e593665e7103fb7d053385629.tar.gz ports-2f5342187dc96c6e593665e7103fb7d053385629.zip |
Notes
Diffstat (limited to 'graphics/eog')
-rw-r--r-- | graphics/eog/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index 3d5b04d14737..ecf647d80b7f 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -20,7 +20,8 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome + --datadir=${PREFIX}/share/gnome \ + --without-bonobo CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |