diff options
author | bapt <bapt@FreeBSD.org> | 2014-02-06 06:40:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-02-06 06:40:47 +0800 |
commit | 049eb1dcaca4984fb29550cbac274425d86dbbc4 (patch) | |
tree | bc460610615ef85892bdd4bb246ed4612b135158 /audio/xmradio/Makefile | |
parent | 52f6f656ce23c113c9a271801297cb11505791f3 (diff) | |
download | freebsd-ports-gnome-049eb1dcaca4984fb29550cbac274425d86dbbc4.tar.gz freebsd-ports-gnome-049eb1dcaca4984fb29550cbac274425d86dbbc4.tar.zst freebsd-ports-gnome-049eb1dcaca4984fb29550cbac274425d86dbbc4.zip |
Support stage
while here s/ia64/amd64/ as it was probably intended first
Diffstat (limited to 'audio/xmradio/Makefile')
-rw-r--r-- | audio/xmradio/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/audio/xmradio/Makefile b/audio/xmradio/Makefile index 7d57cccbb9f1..4da0246b8f24 100644 --- a/audio/xmradio/Makefile +++ b/audio/xmradio/Makefile @@ -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 |