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 | |
parent | e9bc283c154c14d63235ef6db277c1feba7ad76c (diff) |
Notes
-rw-r--r-- | graphics/eog/Makefile | 3 | ||||
-rw-r--r-- | graphics/eog2/Makefile | 3 |
2 files changed, 4 insertions, 2 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" diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile index 3d5b04d14737..ecf647d80b7f 100644 --- a/graphics/eog2/Makefile +++ b/graphics/eog2/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" |