View | Details | Raw Unified | Return to bug 142893
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 41-48 Link Here
41
41
42
# SysInfo detection utility is required in order to support iPod classic
42
# SysInfo detection utility is required in order to support iPod classic
43
# and nano 3G
43
# and nano 3G
44
.if defined(WITH_TOOLS) || exists(${LOCALBASE}/lib/libsgutils.so)
44
.if defined(WITH_TOOLS) || exists(${LOCALBASE}/lib/libsgutils2.so)
45
LIB_DEPENDS+=	sgutils.1:${PORTSDIR}/sysutils/sg3_utils
45
LIB_DEPENDS+=	sgutils2.2:${PORTSDIR}/sysutils/sg3_utils
46
PLIST_FILES+=	bin/ipod-read-sysinfo-extended
46
PLIST_FILES+=	bin/ipod-read-sysinfo-extended
47
.endif
47
.endif

Return to bug 142893