Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Feb 2015 16:32:32 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378781 - head/emulators/xsystem35
Message-ID:  <201502101632.t1AGWWUZ090206@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Feb 10 16:32:31 2015
New Revision: 378781
URL: https://svnweb.freebsd.org/changeset/ports/378781
QAT: https://qat.redports.org/buildarchive/r378781/

Log:
  - Specify all direct dependencies
  - The platform is mainly used to run games
  - Take maintainership
  
  Approved by:	mentors (implicit)

Modified:
  head/emulators/xsystem35/Makefile

Modified: head/emulators/xsystem35/Makefile
==============================================================================
--- head/emulators/xsystem35/Makefile	Tue Feb 10 15:59:11 2015	(r378780)
+++ head/emulators/xsystem35/Makefile	Tue Feb 10 16:32:31 2015	(r378781)
@@ -4,15 +4,15 @@
 PORTNAME=	xsystem35
 PORTVERSION=	1.7.2
 PORTREVISION=	18
-CATEGORIES=	emulators
+CATEGORIES=	emulators games
 MASTER_SITES=	http://8ne.sakura.ne.jp:20008/chika/unitbase/xsys35/down/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	AliceSoft System 3.5/3.6/3.8/3.9 on X Window System
 
 LICENSE=	GPLv2 # (or later)
 
-LIB_DEPENDS=	libvorbis.so:${PORTSDIR}/audio/libvorbis \
+LIB_DEPENDS=	libvorbisfile.so:${PORTSDIR}/audio/libvorbis \
 		libfreetype.so:${PORTSDIR}/print/freetype2 \
 		libjpeg.so:${PORTSDIR}/graphics/jpeg
 
@@ -29,7 +29,7 @@ USES=		gettext gmake libtool shebangfix
 SHEBANG_FILES=	contrib/instgame
 USE_AUTOTOOLS=	autoconf:env
 USE_GNOME=	gtk12
-USE_XORG=	xxf86vm
+USE_XORG=	x11 xext xxf86vm
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-included-gettext \
 		--with-cachesize=20 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502101632.t1AGWWUZ090206>