Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 22:40:47 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342881 - head/audio/xmradio
Message-ID:  <201402052240.s15MelqJ083905@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Feb  5 22:40:47 2014
New Revision: 342881
URL: http://svnweb.freebsd.org/changeset/ports/342881
QAT: https://qat.redports.org/buildarchive/r342881/

Log:
  Support stage
  while here s/ia64/amd64/ as it was probably intended first

Modified:
  head/audio/xmradio/Makefile

Modified: head/audio/xmradio/Makefile
==============================================================================
--- head/audio/xmradio/Makefile	Wed Feb  5 22:40:08 2014	(r342880)
+++ head/audio/xmradio/Makefile	Wed Feb  5 22:40:47 2014	(r342881)
@@ -10,14 +10,9 @@ MASTER_SITES=	http://core.de/~coto/radio
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Motif based FM tuner (for use with bt848 driver)
 
-# This program does not actually depend on the below, but they are pretty
-# useful if you are into digital audio recording and playback.
-#RUN_DEPENDS=   sox:${PORTSDIR}/audio/sox
-
 USES=		imake motif
-NO_STAGE=	yes
 USE_XORG=	xpm
-ONLY_FOR_ARCHS=	i386 ia64
+ONLY_FOR_ARCHS=	i386 amd64
 
 PLIST_FILES=	bin/xmradio lib/X11/app-defaults/XMradio
 



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