diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2016-01-16 15:19:50 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2016-01-16 15:19:50 +0000 |
commit | cb6571f5ff3d39ceebeb21ddbc245f4ac15301c3 (patch) | |
tree | 648f94a070e071a3c877f57b5d122dc5435ccf16 /emulators | |
parent | b24618c222b853b01beacfccdf886e84c6dee68f (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux-c6/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/linux-c6/Makefile b/emulators/linux-c6/Makefile index 87b2dca4d6d1..44fbb56274b1 100644 --- a/emulators/linux-c6/Makefile +++ b/emulators/linux-c6/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= linux-${USE_LINUX} -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= emulators linux MAINTAINER= emulation@FreeBSD.org @@ -51,6 +51,7 @@ RUN_DEPENDS+= linux-${USE_LINUX}-libasyncns>0:${PORTSDIR}/dns/linux-c6-libasyncn linux-${USE_LINUX}-arts>0:${PORTSDIR}/audio/linux-c6-arts \ linux-${USE_LINUX}-pulseaudio-utils>0:${PORTSDIR}/audio/linux-c6-pulseaudio-utils \ linux-${USE_LINUX}-pulseaudio-libs>0:${PORTSDIR}/audio/linux-c6-pulseaudio-libs \ + linux-${USE_LINUX}-pulseaudio-libs-glib2>0:${PORTSDIR}/audio/linux-c6-pulseaudio-libs-glib2 \ linux-${USE_LINUX}-mikmod>0:${PORTSDIR}/audio/linux-c6-mikmod \ linux-${USE_LINUX}-openal-soft>0:${PORTSDIR}/audio/linux-c6-openal-soft \ linux-${USE_LINUX}-libvorbis>0:${PORTSDIR}/audio/linux-c6-libvorbis \ |