diff options
author | oliver <oliver@FreeBSD.org> | 2003-06-25 23:32:18 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-06-25 23:32:18 +0800 |
commit | c2bf4260867dd6b7f316ca9730cf06de3196d7fc (patch) | |
tree | 06340079689a3336de63d7c9e10ceb37b78d47de /audio/gqradio | |
parent | b515dda688d76f90328d24fa3a0cdf17d3b35b9f (diff) | |
download | freebsd-ports-gnome-c2bf4260867dd6b7f316ca9730cf06de3196d7fc.tar.gz freebsd-ports-gnome-c2bf4260867dd6b7f316ca9730cf06de3196d7fc.tar.zst freebsd-ports-gnome-c2bf4260867dd6b7f316ca9730cf06de3196d7fc.zip |
add a missing dependency to gtkpixbuf
Pointed out by: kris, bento
Diffstat (limited to 'audio/gqradio')
-rw-r--r-- | audio/gqradio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gqradio/Makefile b/audio/gqradio/Makefile index 205bd0d27415..b801e53bd953 100644 --- a/audio/gqradio/Makefile +++ b/audio/gqradio/Makefile @@ -18,7 +18,7 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes WANT_GNOME= yes -USE_GNOME= gtk12 +USE_GNOME= gtk12 gdkpixbuf CONFIGURE_ENV= LIBS=-L${LOCALBASE}/lib \ CPPFLAGS=-I${LOCALBASE}/include |