diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-02-23 11:34:35 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-02-23 11:34:35 +0800 |
commit | 4549bf4fd3c3ff23c692430bc796ec2b086fa67d (patch) | |
tree | 9d024ee7fc1466d88267315721ece511613c6677 | |
parent | 66ae2e183005c18d8d875aa476ec294394f0e466 (diff) | |
download | freebsd-ports-gnome-4549bf4fd3c3ff23c692430bc796ec2b086fa67d.tar.gz freebsd-ports-gnome-4549bf4fd3c3ff23c692430bc796ec2b086fa67d.tar.zst freebsd-ports-gnome-4549bf4fd3c3ff23c692430bc796ec2b086fa67d.zip |
add missing gdkpixbuf dependency
Noticed by: bento via kris
-rw-r--r-- | x11-toolkits/gai/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gai/Makefile b/x11-toolkits/gai/Makefile index 3cce738b0244..97497995d3a0 100644 --- a/x11-toolkits/gai/Makefile +++ b/x11-toolkits/gai/Makefile @@ -21,7 +21,7 @@ USE_REINPLACE= yes USE_BZIP2= yes USE_GL= yes USE_SDL= yes -USE_GNOME= gnomehack gnomeprefix gtk20 pango gnomepanel +USE_GNOME= gnomehack gnomeprefix gdkpixbuf gtk20 pango gnomepanel GNU_CONFIGURE= yes CONFIGURE_ENV= SDLCONF=${SDL_CONFIG} |