diff options
author | danfe <danfe@FreeBSD.org> | 2008-01-07 06:47:04 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2008-01-07 06:47:04 +0800 |
commit | f6740a4201e7b73d04dec9413cac082b9917fb05 (patch) | |
tree | 91c4415fe53ebaff061bd402e19a477b80ca804b /audio/amarok | |
parent | 37b900d1930fd16352dac1c3a1ea26b1a885a3c7 (diff) | |
download | freebsd-ports-gnome-f6740a4201e7b73d04dec9413cac082b9917fb05.tar.gz freebsd-ports-gnome-f6740a4201e7b73d04dec9413cac082b9917fb05.tar.zst freebsd-ports-gnome-f6740a4201e7b73d04dec9413cac082b9917fb05.zip |
Chase libgpod version bump.
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 |