diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-12 10:20:40 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-12 10:20:40 +0000 |
commit | 1f7dc0820d379546e970d8e2751094f3e28d1c76 (patch) | |
tree | d3fa1fd279d0815181784b165be0cfde147ea65d /games/gnomegames | |
parent | 280082272b5238c6a479d23d1c9533c7a84b9fc6 (diff) | |
download | ports-1f7dc0820d379546e970d8e2751094f3e28d1c76.tar.gz ports-1f7dc0820d379546e970d8e2751094f3e28d1c76.zip |
Notes
Diffstat (limited to 'games/gnomegames')
-rw-r--r-- | games/gnomegames/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gnomegames/Makefile b/games/gnomegames/Makefile index 7aed19eb56bf..cbee96797aea 100644 --- a/games/gnomegames/Makefile +++ b/games/gnomegames/Makefile @@ -23,7 +23,8 @@ USE_GMAKE= yes USE_GNOME= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ + `gdk-pixbuf-config --cflags`" \ LIBS="-L${LOCALBASE}/lib" \ MSGFMT=${LOCALBASE}/bin/msgfmt-new \ XGETTEXT=${LOCALBASE}/bin/xgettext-new |