svn commit: r354731 - head/emulators/fs-uae

Martin Wilke miwi at FreeBSD.org
Wed May 21 08:12:26 UTC 2014


Author: miwi
Date: Wed May 21 08:12:26 2014
New Revision: 354731
URL: http://svnweb.freebsd.org/changeset/ports/354731
QAT: https://qat.redports.org/buildarchive/r354731/

Log:
  - Update depdendency
  
  PR:		189570
  Submitted by:	"Charlie &" <root at tomse.dk>
  Approved by:	maintainer

Modified:
  head/emulators/fs-uae/Makefile

Modified: head/emulators/fs-uae/Makefile
==============================================================================
--- head/emulators/fs-uae/Makefile	Wed May 21 08:11:25 2014	(r354730)
+++ head/emulators/fs-uae/Makefile	Wed May 21 08:12:26 2014	(r354731)
@@ -3,6 +3,7 @@
 
 PORTNAME=	fs-uae
 PORTVERSION=	2.4.1
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	http://fs-uae.net/stable/${PORTVERSION}/
 
@@ -12,7 +13,7 @@ COMMENT=	Amiga emulator
 LICENSE=	GPLv2
 
 LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png \
-		libopenal.so:${PORTSDIR}/audio/openal
+		libopenal.so:${PORTSDIR}/audio/openal-soft
 
 USES=		gettext gmake pkgconfig
 USE_SDL=	sdl


More information about the svn-ports-head mailing list