diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-07-29 18:38:12 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-07-29 18:38:12 +0000 |
commit | 03bf547f5ee1456e61a02af9aa575b2e3ec92e85 (patch) | |
tree | 6a2869c130792268eea9b3cd707441ba93d7060d /audio | |
parent | 32d64b4c9478b7c593a51303d59419287f0985fd (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libgpod/Makefile | 1 | ||||
-rw-r--r-- | audio/libgpod/pkg-descr | 7 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/libgpod/Makefile b/audio/libgpod/Makefile index 7ddf424ab062..4977af94a515 100644 --- a/audio/libgpod/Makefile +++ b/audio/libgpod/Makefile @@ -62,6 +62,7 @@ PLIST_SUB+= MONO="@comment " .if defined(WITH_IMOBILE) && (${OSVERSION} > 900002 || \ ${OSVERSION} < 900000 && ${OSVERSION} > 800107) +COMMENT:= ${COMMENT:S,iPod,&/iPhone,} LIB_DEPENDS+= imobiledevice.1:${PORTSDIR}/comms/libimobiledevice CONFIGURE_ENV+= LIBUSB_CFLAGS=" " LIBUSB_LIBS="-lusb" .else diff --git a/audio/libgpod/pkg-descr b/audio/libgpod/pkg-descr index e490f7737fef..c798cfd67945 100644 --- a/audio/libgpod/pkg-descr +++ b/audio/libgpod/pkg-descr @@ -1,9 +1,8 @@ -libgpod is a shared library to access the contents of an iPod. This library -is based on code used in the gtkpod project. Starting with V0.96.CVS gtkpod -depends on this library. +libgpod is a shared library to access the contents of an iPod and optionally +iPhone (via `comms/libimobiledevice' library port, enabled by default). This code was originally part of gtkpod itself. When the parsing code was -made self-contained with gtkpod V0.93, decision was made to put this code in +made self-contained with gtkpod v0.93, decision was made to put this code in a separate library so that other projects can benefit from it without duplicating code. |