diff options
author | Michael Landin <mich@FreeBSD.org> | 2006-07-04 08:13:29 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2006-07-04 08:13:29 +0000 |
commit | 41a5ae77c6ab482fdc26a623bec706136825642c (patch) | |
tree | 8df429d9530f258a6b04b3b8d0931c636d65f204 /audio/amarok | |
parent | b6900ec76665b0da96e62d1213c625744da7c50b (diff) | |
download | ports-41a5ae77c6ab482fdc26a623bec706136825642c.tar.gz ports-41a5ae77c6ab482fdc26a623bec706136825642c.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 bd28c34fe674..78033013a6df 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -51,7 +51,7 @@ PLIST_SUB+= XINE="" .endif .if !defined(WITH_GPOD) -PLIST_SUB+= GPOD="@comment" +PLIST_SUB+= GPOD="@comment " .else LIB_DEPENDS+= gpod.302:${PORTSDIR}/audio/libgpod CONFIGURE_ARGS+=--with-libgpod |