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-kde4 | |
parent | Update dictionary files as of Jul/01/2006. As usual, only the Large size (diff) |
- fix PLIST_SUB bug
Diffstat (limited to 'audio/amarok-kde4')
-rw-r--r-- | audio/amarok-kde4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile index bd28c34fe674..78033013a6df 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/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 |