diff options
author | danfe <danfe@FreeBSD.org> | 2010-05-28 00:16:00 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2010-05-28 00:16:00 +0800 |
commit | 48415a690755e3a3831a72ee98a2d40e302ba75a (patch) | |
tree | 8f82c57d8432861d21aac2a07200361cff0e661f | |
parent | b9f5e428cac672123c958b4f58a9fbce3a50be5f (diff) | |
download | freebsd-ports-gnome-48415a690755e3a3831a72ee98a2d40e302ba75a.tar.gz freebsd-ports-gnome-48415a690755e3a3831a72ee98a2d40e302ba75a.tar.zst freebsd-ports-gnome-48415a690755e3a3831a72ee98a2d40e302ba75a.zip |
- 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@)
-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,' \ |