diff options
author | mich <mich@FreeBSD.org> | 2006-11-28 17:55:01 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2006-11-28 17:55:01 +0800 |
commit | e18d91f15813ad6cdbd2ae66c094bd2dd20cc181 (patch) | |
tree | 590b51428299b3913884297984395d7d5db353ec /audio/amarok-kde4 | |
parent | 0459f24f8247f673949ee305e0bf2d90bc37ef52 (diff) | |
download | freebsd-ports-gnome-e18d91f15813ad6cdbd2ae66c094bd2dd20cc181.tar.gz freebsd-ports-gnome-e18d91f15813ad6cdbd2ae66c094bd2dd20cc181.tar.zst freebsd-ports-gnome-e18d91f15813ad6cdbd2ae66c094bd2dd20cc181.zip |
- actually disable libgpod if we do not enable it
PR: ports/105868
Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
Diffstat (limited to 'audio/amarok-kde4')
-rw-r--r-- | audio/amarok-kde4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile index cf06b1fd217d..017f5d4e6c1b 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/Makefile @@ -49,6 +49,7 @@ CONFIGURE_ARGS+=--without-exscalibar \ .if !defined(WITH_GPOD) PLIST_SUB+= GPOD="@comment " +CONFIGURE_ARGS+=--without-libgpod .else LIB_DEPENDS+= gpod.400:${PORTSDIR}/audio/libgpod CONFIGURE_ARGS+=--with-libgpod |