diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2010-05-27 16:16:00 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2010-05-27 16:16:00 +0000 |
commit | 508ef0f66a57f2deabb00253294db7dfb77f823d (patch) | |
tree | 29b061e426b85e0637d6f534a8a3d340a2043786 /audio/libgpod | |
parent | - Update to 0.4 (diff) |
- Check for correct library name of `sysutils/sg3_utils' port
- Couple of non-functional cleanups while here
PR: ports/142893 (name change forgotten by miwi@)
Diffstat (limited to 'audio/libgpod')
-rw-r--r-- | audio/libgpod/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/libgpod/Makefile b/audio/libgpod/Makefile index aae7f600a327..49a5fa06ac75 100644 --- a/audio/libgpod/Makefile +++ b/audio/libgpod/Makefile @@ -14,9 +14,9 @@ MASTER_SITES= SF/gtkpod/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= danfe@FreeBSD.org COMMENT= A library for direct access of iPod contents -USE_GNOME= gtk20 USE_GETTEXT= yes USE_GMAKE= yes +USE_GNOME= gtk20 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -42,12 +42,12 @@ PLIST_SUB+= PYTHON="@comment " # SysInfo detection utility is required in order to support iPod classic # and nano 3G -.if defined(WITH_TOOLS) || exists(${LOCALBASE}/lib/libsgutils.so) +.if defined(WITH_TOOLS) || exists(${LOCALBASE}/lib/libsgutils2.so) LIB_DEPENDS+= sgutils2.2:${PORTSDIR}/sysutils/sg3_utils PLIST_FILES+= bin/ipod-read-sysinfo-extended .endif -pre-patch: .SILENT +post-patch: .SILENT # Adjust pkgconfigdir to the FreeBSD world ${REINPLACE_CMD} -e \ 's,libdir)/pkgconfig,prefix)/libdata/pkgconfig,' \ |