diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-29 02:19:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-29 02:19:20 +0800 |
commit | cce0a7a7a1157d235668d092b2647a0c0ad35191 (patch) | |
tree | 67efd426f373b2dc40f19f966c68aaafca90885e /audio/xmradio/Makefile | |
parent | 86356607c6936b5e2ef3470b0082e43067975f39 (diff) | |
download | freebsd-ports-gnome-cce0a7a7a1157d235668d092b2647a0c0ad35191.tar.gz freebsd-ports-gnome-cce0a7a7a1157d235668d092b2647a0c0ad35191.tar.zst freebsd-ports-gnome-cce0a7a7a1157d235668d092b2647a0c0ad35191.zip |
Convert to USES=imake
While here trim headers
Remove useless pre.mk/post.mk
Diffstat (limited to 'audio/xmradio/Makefile')
-rw-r--r-- | audio/xmradio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmradio/Makefile b/audio/xmradio/Makefile index fe39d9cac1e0..e24fbd47bd77 100644 --- a/audio/xmradio/Makefile +++ b/audio/xmradio/Makefile @@ -14,7 +14,7 @@ COMMENT= Motif based FM tuner (for use with bt848 driver) # useful if you are into digital audio recording and playback. #RUN_DEPENDS= sox:${PORTSDIR}/audio/sox -USE_IMAKE= yes +USES= imake USE_XORG= xpm USE_MOTIF= yes ONLY_FOR_ARCHS= i386 ia64 |