diff options
Diffstat (limited to 'audio/gnomoradio/Makefile')
-rw-r--r-- | audio/gnomoradio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gnomoradio/Makefile b/audio/gnomoradio/Makefile index 26f35d000513..9cd7eceb9bee 100644 --- a/audio/gnomoradio/Makefile +++ b/audio/gnomoradio/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Program for finding and playing free music from the Internet -LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ - libao.so:${PORTSDIR}/audio/libao +LIB_DEPENDS= libvorbis.so:audio/libvorbis \ + libao.so:audio/libao USES= pathfix pkgconfig libtool GNU_CONFIGURE= yes |