diff options
author | antoine <antoine@FreeBSD.org> | 2014-11-13 05:00:55 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-11-13 05:00:55 +0800 |
commit | c94963c052a0947d24f59b1794c04130b352e512 (patch) | |
tree | 13e80227d8ecd68c4eeb668bd7efbae86b32174c /emulators/linux-c6 | |
parent | f711ca45eff3f0c9cd82e58a022336d6640ad85a (diff) | |
download | freebsd-ports-gnome-c94963c052a0947d24f59b1794c04130b352e512.tar.gz freebsd-ports-gnome-c94963c052a0947d24f59b1794c04130b352e512.tar.zst freebsd-ports-gnome-c94963c052a0947d24f59b1794c04130b352e512.zip |
Fix DEPENDS
Diffstat (limited to 'emulators/linux-c6')
-rw-r--r-- | emulators/linux-c6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux-c6/Makefile b/emulators/linux-c6/Makefile index a1d4bc73efda..6c3d6c5efd87 100644 --- a/emulators/linux-c6/Makefile +++ b/emulators/linux-c6/Makefile @@ -87,7 +87,7 @@ RUN_DEPENDS+= linux-c6-libasyncns>0:${PORTSDIR}/dns/linux-c6-libasyncns \ linux-c6-tiff>0:${PORTSDIR}/graphics/linux-c6-tiff \ linux-c6-jpeg>0:${PORTSDIR}/graphics/linux-c6-jpeg \ linux-c6-glx-utils>0:${PORTSDIR}/graphics/linux-c6-glx-utils \ - linux-c6-gdk-pixbuf>0:${PORTSDIR}/graphics/linux-c6-gdk-pixbuf \ + linux-c6-gdk-pixbuf2>0:${PORTSDIR}/graphics/linux-c6-gdk-pixbuf \ linux-c6-cairo>0:${PORTSDIR}/graphics/linux-c6-cairo OPTIONS_DEFINE= NVIDIA_GL |