svn commit: r342881 - head/audio/xmradio

Baptiste Daroussin bapt at FreeBSD.org
Wed Feb 5 22:40:48 UTC 2014


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 at 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
 


More information about the svn-ports-all mailing list