diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-01-06 22:47:04 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-01-06 22:47:04 +0000 |
commit | 9e5da6824afecab8d6aca7198b4f63a8e2668e26 (patch) | |
tree | 9089a05216a055a26ee9de53e65b84529eb4df64 /audio/amarok | |
parent | dcf07f09d32395435b92e0a5c809f68758620903 (diff) | |
download | ports-9e5da6824afecab8d6aca7198b4f63a8e2668e26.tar.gz ports-9e5da6824afecab8d6aca7198b4f63a8e2668e26.zip |
Notes
Diffstat (limited to 'audio/amarok')
-rw-r--r-- | audio/amarok/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index 2fac7afe4416..835ba2ab0ae7 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -48,7 +48,7 @@ CONFIGURE_ARGS+=--without-exscalibar \ PLIST_SUB+= GPOD="@comment " CONFIGURE_ARGS+=--without-libgpod .else -LIB_DEPENDS+= gpod.2:${PORTSDIR}/audio/libgpod +LIB_DEPENDS+= gpod.3:${PORTSDIR}/audio/libgpod CONFIGURE_ARGS+=--with-libgpod PLIST_SUB+= GPOD="" .endif |